CreateTokenWithIamResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 time in seconds when an access token will expire.

Link copied to clipboard

A JSON Web Token (JWT) that identifies the user associated with the issued access token.

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.

Link copied to clipboard

The list of scopes for which authorization is granted. The access token that is issued is limited to the scopes that are granted.

Link copied to clipboard

Used to notify the requester that the returned token is an access token. The supported token type is Bearer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String