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