CreateTokenWithIamResponse
Types
Properties
Link copied to clipboard
A bearer token to access Amazon Web Services accounts and applications assigned to a user.
Link copied to clipboard
A structure containing information from the idToken
. Only the identityContext
is in it, which is a value extracted from the idToken
. This provides direct access to identity information without requiring JWT parsing.
Link copied to clipboard
Indicates the type of tokens that are issued by IAM Identity Center. The following values are supported:
Link copied to clipboard
A token that, if present, can be used to refresh a previously issued access token that might have expired.
Functions
Link copied to clipboard
inline fun copy(block: CreateTokenWithIamResponse.Builder.() -> Unit = {}): CreateTokenWithIamResponse