public class GetClientTokenResponse extends Object implements IOpResponse
| Constructor and Description |
|---|
GetClientTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
int |
getExpiresIn() |
String |
getRefreshToken() |
List<String> |
getScope() |
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(int expiresIn) |
void |
setRefreshToken(String refreshToken) |
void |
setScope(List<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)
Copyright © 2020. All rights reserved.