Interface JWTGrantHandler
- All Superinterfaces:
GrantHandler,Lifecycle
- All Known Subinterfaces:
SelfIssuedJWTGrantHandler,ThirdPartyJWTGrantHandler
Marker interface for JSON Web Token (JWT) bearer assertion grants handlers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.nimbusds.oauth2.sdk.GrantTypeThe handled grant type. -
Method Summary
Modifier and TypeMethodDescriptiondefault com.nimbusds.oauth2.sdk.GrantTypeReturns the handled grant type.
-
Field Details
-
GRANT_TYPE
The handled grant type.
-
-
Method Details
-
getGrantType
Description copied from interface:GrantHandlerReturns the handled grant type.- Specified by:
getGrantTypein interfaceGrantHandler- Returns:
- The grant type;
-