CreateTokenResponse

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

Indicates the time in seconds when an access token will expire.

Link copied to clipboard

The idToken is not implemented or supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.

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

Used to notify the client 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