idToken property

String? idToken
final

The token that is received from the authorization server to enable End-Users to be Authenticated, contains Claims, represented as a JSON Web Token (JWT).

This may be null, indicating that the 'openid' scope was not requested (or not supported).

Implementation

final String? idToken;