public static class AppIdentityService.GetAccessTokenResult
extends java.lang.Object
implements java.io.Serializable
GetAccessTokenResult
is returned by getAccessToken. It
contains the access token and the expiration time for the token.Constructor and Description |
---|
GetAccessTokenResult(java.lang.String accessToken,
java.util.Date expirationTime) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken() |
java.util.Date |
getExpirationTime() |