tokenEndpoint property
Uri?
get
tokenEndpoint
URL of the OP's OAuth 2.0 Token Endpoint.
Implementation
Uri? get tokenEndpoint => getTyped('token_endpoint');
URL of the OP's OAuth 2.0 Token Endpoint.
Uri? get tokenEndpoint => getTyped('token_endpoint');