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.GrantType
The handled grant type. -
Method Summary
Modifier and TypeMethodDescriptiondefault com.nimbusds.oauth2.sdk.GrantType
Returns the handled grant type.
-
Field Details
-
GRANT_TYPE
The handled grant type.
-
-
Method Details
-
getGrantType
Description copied from interface:GrantHandler
Returns the handled grant type.- Specified by:
getGrantType
in interfaceGrantHandler
- Returns:
- The grant type;
-