Package io.micronaut.security.oauth2.endpoint
Classes related to OAuth2.0 and OpenID endpoints.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
-
Interface Summary Interface Description Endpoint An OAuth 2.0 provider endpoint.SecureEndpoint A contract for an endpoint that requires authentication. -
Class Summary Class Description DefaultSecureEndpoint The default implementation ofSecureEndpoint
. -
Enum Summary Enum Description AuthenticationMethod Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint.