This topic was originally posted by lisa on 10/3/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
Please provide the following details too when asking for help in this category:
Hello, I am trying to get idToken for Android, but web3Auth return empty idToken. For IOS work correct, but not Android. const info = web3Auth.userInfo(); const privKey = web3Auth.privKey; const idToken = info?.idToken;
SDK Version: 5.0.0
Expo or Bare Version:
Screenshots of error:
Related to Custom Authentication? Please provide the following info too: (Optional)
Verifier Name:
JWKS Endpoint:
Sample idToken(JWT)
Please provide the Web3Auth initialization and login code snippet below: