public class TokenResponse extends Object
| Constructor and Description |
|---|
TokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getTokenType() |
String |
getUid() |
void |
setAccessToken(String accessToken) |
void |
setTokenType(String tokenType) |
void |
setUid(String uid) |
Copyright © 2016–2021. All rights reserved.