|
AuthorizeEndpointRequest |
Data object representing the information contained in the query string of an Authorize endpoint request. |
|
TokenEndpointRequest |
Data object representing the information contained in form encoded body of a Token endpoint request. |
|
TokenEndpointRequestAuthorizationCode |
Represents the request authorization code of the token endpoint. |
|
TokenEndpointRequestClientCredentials |
Data object used by TokenEndpointRequest when the "grant_type" is "client_credentials". |
|
TokenEndpointRequestCustomExtension |
Represents the request of a custom extension for the token endpoint authorization. |
|
TokenEndpointRequestRefreshToken |
Represents the refresh tokens after the endpoint request. |
|
TokenEndpointRequestResourceOwnerPasswordCredentials |
Data object used by TokenEndpointRequest when the "grant_type" is "password". |