Class AuthenticationMethod
java.lang.Object
org.springframework.security.oauth2.core.AuthenticationMethod
- All Implemented Interfaces:
Serializable
The authentication method used when sending bearer access tokens in resource requests
to resource servers.
- Since:
- 5.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthenticationMethodstatic final AuthenticationMethodstatic final AuthenticationMethod -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMethod(String value) Constructs anAuthenticationMethodusing the provided value. -
Method Summary
-
Field Details
-
HEADER
-
FORM
-
QUERY
-
-
Constructor Details
-
AuthenticationMethod
Constructs anAuthenticationMethodusing the provided value.- Parameters:
value- the value of the authentication method type
-
-
Method Details