public class AccessTokenBeanResponse extends Object
| Constructor and Description |
|---|
AccessTokenBeanResponse(String accessToken,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
static Long |
getExpiresin() |
String |
getScope() |
static String |
getTokentype() |
void |
setAccessToken(String accessToken) |
void |
setScope(String scope) |
String |
toString() |
Copyright © 2019. All Rights Reserved.