idToken property

String idToken
final

A JSON web token that contains the user information.

Important: The ID tokens obtained from Web Auth login are automatically validated by the underlying native SDK, ensuring their contents have not been tampered with.

This is not the case for the ID tokens obtained when using the authentication API directly.

You must validate ID tokens received from the Authentication API client before using the information they contain.

Implementation

final String idToken;