const createUser = gql`
mutation ($idToken: String!)
{
createUser(authProvider:
{
auth0: {idToken: $idToken}}) { id
}
}
`
https://github.com/auth0/react-native-lock 我无法输入idToken,因为该库已被弃用。我如何获得Id Token
答案 0 :(得分:0)
不赞成使用react-native-lock,你需要使用[react-native-auth0] (https://github.com/auth0/react-native-auth0)
你可以查看source code的api电话。
是
https://auth0.com/docs/api/authentication?http#authorization-code-grant-pkce-
https://auth0.com/docs/api/authentication?http#authorization-code-pkce-