See: Description
Interface | Description |
---|---|
JwkProvider |
Defines an interface for JSON Web Key (JKW) providers.
|
KeysControllerConfiguration |
Encapsulates the configuration of
KeysController . |
OauthControllerConfiguration |
Encapsulates the configuration of
OauthController . |
Class | Description |
---|---|
KeysController |
Endpoint which exposes a JSON Web Key Set built with the JWK provided by
JwkProvider beans. |
KeysControllerConfigurationProperties |
Configures the
KeysController . |
OauthController |
A controller that handles token refresh.
|
OauthControllerConfigurationProperties |
Configures the provided
OauthController . |
TokenRefreshRequest |
Encapsulate the request to get a new access token.
|