public class LoginResponse extends Object
| Constructor and Description |
|---|
LoginResponse(String tokenType,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getTokenType() |
void |
setAccessToken(String accessToken) |
void |
setTokenType(String tokenType) |
Copyright © 2019. All rights reserved.