Class RefreshTokenGrant
java.lang.Object
io.micronaut.security.oauth2.grants.RefreshTokenGrant
Refresh Token Grant.
- Since:
 - 1.2.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RefreshTokenGrant
public RefreshTokenGrant() 
 - 
 - 
Method Details
- 
getGrantType
- Returns:
 - refresh_token
 
 - 
getScope
- Returns:
 - requested scope values for the new access token.
 
 - 
setScope
- Parameters:
 scope- requested scope values for the new access token.
 - 
getRefreshToken
- Returns:
 - The refresh token issued to the client.
 
 - 
setRefreshToken
- Parameters:
 refreshToken- The refresh token issued to the client.
 
 -