Auth0-lock反应原生弃用

时间:2017-08-21 07:48:52

标签: react-native auth0 graphcool

const createUser = gql` 
mutation ($idToken: String!)
{ 
  createUser(authProvider: 
    {
       auth0: {idToken: $idToken}}) { id 
    } 
}
 `

https://github.com/auth0/react-native-lock 我无法输入idToken,因为该库已被弃用。我如何获得Id Token

1 个答案:

答案 0 :(得分:0)