tokenEndpoint property
The URL of the authorization server endpoint that's used to refresh the credentials.
This may be null
, indicating that the credentials can't be refreshed.
Implementation
final Uri? tokenEndpoint;
The URL of the authorization server endpoint that's used to refresh the credentials.
This may be null
, indicating that the credentials can't be refreshed.
final Uri? tokenEndpoint;