public class RefreshTokenRequest extends Object
Constructor and Description |
---|
RefreshTokenRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getGrantType() |
String |
getRefreshToken() |
void |
setClientId(String clientId) |
void |
setGrantType(String grantType) |
void |
setRefreshToken(String refreshToken) |
String |
toString() |
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getClientId()
public void setClientId(String clientId)
public String getGrantType()
public void setGrantType(String grantType)
Copyright © 2010–2016. All rights reserved.