public class RefreshTokenGrant extends AbstractGrant
| Constructor and Description |
|---|
RefreshTokenGrant(AccessTokenRepository<AccessToken,java.lang.String> accessTokenRepository,
RefreshTokenRepository<RefreshToken,java.lang.String> refreshTokenRepository) |
| Modifier and Type | Method and Description |
|---|---|
TokenDto |
issueToken(AuthorizationRequestDto authorizationRequestDto)
authorization_code
grant_type, client_id, redirect_uri, code, client_secret
refresh_token
grant_type, client_id, refresh_token, client_secret
|
public RefreshTokenGrant(AccessTokenRepository<AccessToken,java.lang.String> accessTokenRepository, RefreshTokenRepository<RefreshToken,java.lang.String> refreshTokenRepository)
public TokenDto issueToken(AuthorizationRequestDto authorizationRequestDto) throws java.lang.Exception
issueToken in class AbstractGrantauthorizationRequestDto - request Datajava.lang.Exception - throw exception