Package io.micronaut.security.token.jwt.endpoints
JWT token endpoints such as OAuth.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Interface Summary Interface Description JwkProvider Defines an interface for JSON Web Key (JKW) providers.KeysControllerConfiguration Encapsulates the configuration ofKeysController.OauthControllerConfiguration Encapsulates the configuration ofOauthController. -
Class Summary Class Description KeysController Endpoint which exposes a JSON Web Key Set built with the JWK provided byJwkProviderbeans.KeysControllerConfigurationProperties Configures theKeysController.OauthController A controller that handles token refresh.OauthControllerConfigurationProperties Configures the provided OAuth controller.TokenRefreshRequest Encapsulate the request to get a new access token.