public class GetTokensByCodeResponse extends Object implements IOpResponse
| Constructor and Description |
|---|
GetTokensByCodeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
int |
getExpiresIn() |
String |
getIdToken() |
Map<String,List<String>> |
getIdTokenClaims() |
String |
getRefreshToken() |
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(int expiresIn) |
void |
setIdToken(String idToken) |
void |
setIdTokenClaims(Map<String,List<String>> idTokenClaims) |
void |
setRefreshToken(String refreshToken) |
String |
toString() |
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public int getExpiresIn()
public void setExpiresIn(int expiresIn)
public String getIdToken()
public void setIdToken(String idToken)
Copyright © 2018. All rights reserved.