public static interface CreateTokenResponse.Builder extends SsoOidcResponse.Builder, SdkPojo, CopyableBuilder<CreateTokenResponse.Builder,CreateTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateTokenResponse.Builder |
accessToken(String accessToken)
An opaque token to access AWS SSO resources assigned to a user.
|
CreateTokenResponse.Builder |
expiresIn(Integer expiresIn)
Indicates the time in seconds when an access token will expire.
|
CreateTokenResponse.Builder |
idToken(String idToken)
The identifier of the user that associated with the access token, if present.
|
CreateTokenResponse.Builder |
refreshToken(String refreshToken)
A token that, if present, can be used to refresh a previously issued access token that might have expired.
|
CreateTokenResponse.Builder |
tokenType(String tokenType)
Used to notify the client that the returned token is an access token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTokenResponse.Builder accessToken(String accessToken)
An opaque token to access AWS SSO resources assigned to a user.
accessToken - An opaque token to access AWS SSO resources assigned to a user.CreateTokenResponse.Builder tokenType(String tokenType)
Used to notify the client that the returned token is an access token. The supported type is
BearerToken.
tokenType - Used to notify the client that the returned token is an access token. The supported type is
BearerToken.CreateTokenResponse.Builder expiresIn(Integer expiresIn)
Indicates the time in seconds when an access token will expire.
expiresIn - Indicates the time in seconds when an access token will expire.CreateTokenResponse.Builder refreshToken(String refreshToken)
A token that, if present, can be used to refresh a previously issued access token that might have expired.
refreshToken - A token that, if present, can be used to refresh a previously issued access token that might have
expired.CreateTokenResponse.Builder idToken(String idToken)
The identifier of the user that associated with the access token, if present.
idToken - The identifier of the user that associated with the access token, if present.Copyright © 2021. All rights reserved.