Class AuthenticationMethods
java.lang.Object
io.micronaut.security.oauth2.endpoint.AuthenticationMethods
Client Authentication methods constants that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint.
- Since:
- 4.10.1
- Author:
- Sergio del Amo
- See Also:
-
Field Details
-
CLIENT_SECRET_POST
- See Also:
-
CLIENT_SECRET_BASIC
- See Also:
-
CLIENT_SECRET_JWT
- See Also:
-
PRIVATE_KEY_JWT
- See Also:
-
TLS_CLIENT_AUTH
- See Also:
-
NONE
- See Also:
-