Interface AccessTokenGrant
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractGrant,AbstractJwtBearerGrant,AuthorizationCodeGrant,ClientCredentialsGrant,JwtBearerClientCredentialsGrant,JwtBearerGrant,JwtRequestCodeGrant,RefreshTokenGrant,ResourceOwnerGrant,ServerAuthorizationCodeGrant
Access Token Grant
-
Method Summary
-
Method Details
-
getType
String getType()Returns the token grant type, example, "authorization_code"- Returns:
- the grant type
-
toMap
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.- Returns:
- the grant parameters
-