identityToken property
A JSON Web Token (JWT) that securely communicates information about the user to your app. Can be null.
Implementation
final Uint8List? identityToken;
A JSON Web Token (JWT) that securely communicates information about the user to your app. Can be null.
final Uint8List? identityToken;