public class GetClientTokenResponse extends Object implements IOpResponse
| Constructor and Description |
|---|
GetClientTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
int |
getExpiresIn() |
String |
getRefreshToken() |
String |
getScope() |
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(int expiresIn) |
void |
setRefreshToken(String refreshToken) |
void |
setScope(String scope) |
String |
toString() |
public String getAccessToken()
public void setAccessToken(String accessToken)
public int getExpiresIn()
public void setExpiresIn(int expiresIn)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getScope()
public void setScope(String scope)
Copyright © 2018. All rights reserved.