Class JwtBearerGrantRequest
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractOAuth2AuthorizationGrantRequest
org.springframework.security.oauth2.client.endpoint.JwtBearerGrantRequest
A JWT Bearer Grant request that holds a
Jwt assertion.- Since:
- 5.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtBearerGrantRequest(ClientRegistration clientRegistration, Jwt jwt) Constructs aJwtBearerGrantRequestusing the provided parameters. -
Method Summary
Methods inherited from class AbstractOAuth2AuthorizationGrantRequest
getClientRegistration, getGrantType
-
Constructor Details
-
JwtBearerGrantRequest
Constructs aJwtBearerGrantRequestusing the provided parameters.- Parameters:
clientRegistration- the client registrationjwt- the JWT assertion
-
-
Method Details
-
getJwt
-