public class CognitoAccessToken extends CognitoUserToken
Constructor and Description |
---|
CognitoAccessToken(java.lang.String jwtToken)
Create a new access token.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpiration()
Returns expiration of this access token.
|
java.lang.String |
getJWTToken()
Returns the access token formatted as JWT.
|
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.