idToken property

String idToken

The id token of the logged in user.

Use idTokenStream to get a new token whenever the account credentials have been refreshed via refresh() or automatically in the background.

Implementation

String get idToken => _idToken;