Auth0-lock react native deprecated

HELLO!

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

I can not enter idToken because the library is deprecated. How do I get Id Token

You can try the links below:

I’ve checked the links you’ve specified, but I do not understand that you can get idToken. Would you help me with this? What exactly is IdToken?

The IDToken is a JSON Web Token that contains the profile information of the user. You can find more information about this token here: