Class RefreshTokenGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
- All Implemented Interfaces:
Serializable,AccessTokenGrant
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRefreshTokenGrant(String refreshToken) RefreshTokenGrant(String refreshToken, String scope) -
Method Summary
-
Constructor Details
-
RefreshTokenGrant
-
RefreshTokenGrant
-
-
Method Details
-
getType
Description copied from interface:AccessTokenGrantReturns the token grant type, example, "authorization_code"- Specified by:
getTypein interfaceAccessTokenGrant- Returns:
- the grant type
-
toMap
Description copied from interface:AccessTokenGrantReturns the map containing public grant parameters; can be used by clients requesting the access tokens.- Specified by:
toMapin interfaceAccessTokenGrant- Returns:
- the grant parameters
-