Class SsoAccessToken
java.lang.Object
software.amazon.awssdk.services.sso.internal.SsoAccessToken
- All Implemented Interfaces:
SdkToken,Identity,TokenIdentity
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SsoAccessToken.Builderbuilder()booleanThe time after which this identity will no longer be valid.inthashCode()token()Retrieves string field representing the literal token string.toString()Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
providerName
-
Method Details
-
builder
-
token
Description copied from interface:TokenIdentityRetrieves string field representing the literal token string.- Specified by:
tokenin interfaceTokenIdentity
-
expirationTime
Description copied from interface:IdentityThe time after which this identity will no longer be valid. If this is empty, an expiration time is not known (but the identity may still expire at some time in the future).- Specified by:
expirationTimein interfaceIdentity
-
equals
-
hashCode
-
toString
-