Class SsoOidcToken
java.lang.Object
software.amazon.awssdk.services.ssooidc.internal.SsoOidcToken
- All Implemented Interfaces:
SdkToken
,Identity
,TokenIdentity
Represents a cached SSO token.
{
"accessToken": "string",
"expiresAt": "2019-11-14T04:05:45Z",
"refreshToken": "string",
"clientId": "ABCDEFG323242423121312312312312312",
"clientSecret": "ABCDE123",
"registrationExpiresAt": "2022-03-06T19:53:17Z",
"region": "us-west-2",
"startUrl": "https://d-abc123.awsapps.com/start"
}
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
token
Description copied from interface:TokenIdentity
Retrieves string field representing the literal token string.- Specified by:
token
in interfaceTokenIdentity
-
expirationTime
Description copied from interface:Identity
The 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:
expirationTime
in interfaceIdentity
-
refreshToken
-
clientId
-
clientSecret
-
registrationExpiresAt
-
region
-
startUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-