Auth0-lock react native deprecated -


const createuser = gql`  mutation ($idtoken: string!) {    createuser(authprovider:      {        auth0: {idtoken: $idtoken}}) { id      }  }  ` 

https://github.com/auth0/react-native-lock can not enter idtoken because library deprecated. how id token


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -