class Aws::SSOOIDC::Types::CreateTokenResponse

@!attribute [rw] access_token

An opaque token to access AWS SSO resources assigned to a user.
@return [String]

@!attribute [rw] token_type

Used to notify the client that the returned token is an access
token. The supported type is `BearerToken`.
@return [String]

@!attribute [rw] expires_in

Indicates the time in seconds when an access token will expire.
@return [Integer]

@!attribute [rw] refresh_token

A token that, if present, can be used to refresh a previously issued
access token that might have expired.
@return [String]

@!attribute [rw] id_token

The identifier of the user that associated with the access token, if
present.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/CreateTokenResponse AWS API Documentation

Constants

SENSITIVE