credentials property

Credentials credentials

The credentials associated with this authenticator instance.

Returns an oauth2.Credentials object associated with the current authenticator instance, otherwise returns null.

Implementation

oauth2.Credentials get credentials => _client.credentials;