idToken property

String? idToken

An OpenID Connect ID token that identifies the user.

Implementation

String? get idToken => _data.idToken;