onCredentialsRefreshed property
CredentialsRefreshedCallback?
onCredentialsRefreshed
final
Callback to be invoked whenever the credentials are refreshed.
This will be passed as-is to the constructed Client
.
Will be passed to oauth2
.
Implementation
final CredentialsRefreshedCallback? onCredentialsRefreshed;