authorizationEndpoint property

Uri authorizationEndpoint
final

A URL provided by the authorization server that serves as the base for the URL that the resource owner will be redirected to to authorize this client.

This will usually be listed in the authorization server's OAuth2 API documentation.

Implementation

final Uri authorizationEndpoint;