Interface GrantHandler
-
- All Superinterfaces:
Lifecycle
- All Known Subinterfaces:
ClientCredentialsGrantHandler
,JWTGrantHandler
,PasswordGrantHandler
,SAML2GrantHandler
,SelfIssuedJWTGrantHandler
,SelfIssuedSAML2GrantHandler
,ThirdPartyJWTGrantHandler
,ThirdPartySAML2GrantHandler
,TokenExchangeGrantHandler
public interface GrantHandler extends Lifecycle
OAuth 2.0 grant handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.nimbusds.oauth2.sdk.GrantType
getGrantType()
Returns the handled grant type.
-
-
-
Method Detail
-
getGrantType
com.nimbusds.oauth2.sdk.GrantType getGrantType()
Returns the handled grant type.- Returns:
- The grant type;
-
-