0auth-sdk 中文文档教程
0auth-sdk
0Auth 的客户端 JavaScript 工具包。
Installation
使用 npm:
npm install 0auth-sdk
使用 yarn:
yarn add 0auth-sdk
Usage
With react
初始化
import Auth from '0auth-sdk';
Auth.initialize({
brand: 'test'
});
options | type | require | description |
---|---|---|---|
brand | string | true | set login page link as [brand].0auth.kr |
getOptions
Auth.getOptions()
登录
// if initialized, push to 0auth login page
Auth.login()
getProfile
// if access token is verified
Auth.getProfile()
0auth-sdk
Client Side JavaScript toolkit for 0Auth.
Installation
With npm:
npm install 0auth-sdk
With yarn:
yarn add 0auth-sdk
Usage
With react
Initializing
import Auth from '0auth-sdk';
Auth.initialize({
brand: 'test'
});
options | type | require | description |
---|---|---|---|
brand | string | true | set login page link as [brand].0auth.kr |
getOptions
Auth.getOptions()
login
// if initialized, push to 0auth login page
Auth.login()
getProfile
// if access token is verified
Auth.getProfile()
更多
你可能也喜欢
- 109jiayafanglist 中文文档教程
- 3d-react-carousal 中文文档教程
- @2003scape/rsc-landscape 中文文档教程
- @2players/dollar1-unistroke-recognizer 中文文档教程
- @3t-transform/tf-form-viewer 中文文档教程
- @454002870/lr_server 中文文档教程
- @4tw/vue-cli-plugin-vuetify-preset-4tw 中文文档教程
- @aaashur/eleventy-plugin-define-page-data 中文文档教程
- @aacassandra/parse-cloud-code 中文文档教程
- @abcpros/xaddress 中文文档教程