See: Description
| Interface | Description |
|---|---|
| AuthMethodProvider |
Returns a default
TokenEndpointAuthMethod to be used if no auth method is specified for TokenEndpoint. |
| AuthorizationCodeGrantRequestGenerator |
Generates a Token endpoint request for an Authorization code grant.
|
| TokenEndpoint |
TokenEndpoint Configuration.
|
| Class | Description |
|---|---|
| DefaultAuthorizationCodeGrantRequestGenerator |
Default implementation of
AuthorizationCodeGrantRequestGenerator. |
| TokenClientFactory |
Creates an Oaut2h token endpoint RxHttpClient.
|
| TokenEndpointConfigurationProperties |
ConfigurationProperties implementation of TokenEndpoint. |
| TokenEndpointGrantTypeAuthorizationCodeCondition |
Condition which ensures the
TokenEndpoint.getGrantType() is authorization code. |
| TokenEndpointGrantTypeCondition |
Conditions which verifies
TokenEndpoint.getGrantType() is a particular grant type. |
| TokenEndpointNotNullCondition |
Conditions which verifies an
OpenIdProviderMetadata bean exists
and the OpenIdProviderMetadata.getTokenEndpoint() is not null. |
| Enum | Description |
|---|---|
| TokenEndpointAuthMethod |
Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint.
|