public class AccessToken extends Object
| Modifier and Type | Field and Description |
|---|---|
static AccessToken |
NO_TOKEN |
| Constructor and Description |
|---|
AccessToken(String jsonString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
Integer |
getExpiresIn() |
String |
getOrcid() |
String |
getScope() |
String |
getTokenType() |
String |
toJson() |
String |
toString() |
public static final AccessToken NO_TOKEN
public AccessToken(String jsonString) throws AccessTokenFormatException
AccessTokenFormatExceptionCopyright © 2017. All rights reserved.