CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.accessToken(String accessToken) |
A bearer token to access AWS accounts and applications assigned to a user.
|
static CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.builder() |
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.expiresIn(Integer expiresIn) |
Indicates the time in seconds when an access token will expire.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.idToken(String idToken) |
A JSON Web Token (JWT) that identifies the user associated with the issued access token.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.issuedTokenType(String issuedTokenType) |
Indicates the type of tokens that are issued by IAM Identity Center.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.refreshToken(String refreshToken) |
A token that, if present, can be used to refresh a previously issued access token that might have expired.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.scope(String... scope) |
The list of scopes for which authorization is granted.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.scope(Collection<String> scope) |
The list of scopes for which authorization is granted.
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.toBuilder() |
|
CreateTokenWithIamResponse.Builder |
CreateTokenWithIamResponse.Builder.tokenType(String tokenType) |
Used to notify the requester that the returned token is an access token.
|