自定义请求连接
const auth = new Authing({
userPoolId: 'your_userpool_id',
secret: 'your_userpool_secret'
host: {
user: 'https://users.authing.cn/graphql',
oauth: 'https://oauth.authing.cn/graphql'
}
});Last updated
Was this helpful?
const auth = new Authing({
userPoolId: 'your_userpool_id',
secret: 'your_userpool_secret'
host: {
user: 'https://users.authing.cn/graphql',
oauth: 'https://oauth.authing.cn/graphql'
}
});Last updated
Was this helpful?
Was this helpful?