credentials property Null safety
The credentials this client uses to prove to the resource server that it's authorized.
This may change from request to request as the credentials expire and the client refreshes them automatically.
Implementation
Credentials get credentials => _credentials;