了解 Authing 的模块
要开始 Authing SDK 的编写,需要先了解 Authing 的各大模块。
了解 Authing 的模块
用户模块
请求链接
请求方式
...
const httpLink = 'https://users.authing.cn/graphql';
this.UserService = new ApolloClient({
link: concat(authMiddleware, httpLink),
cache: new InMemoryCache()
});
...OAuth模块
请求链接
请求方式
程序流程
需要的 Client 列表
其他规范和注意事项
接下来你可能还需要
API(GraphQL)Last updated
Was this helpful?