You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSOOIDC::Types::CreateTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

An opaque token to access AWS SSO resources assigned to a user.

Returns:

  • (String)

    An opaque token to access AWS SSO resources assigned to a user.

#expires_inInteger

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

Returns:

  • (Integer)

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

#id_tokenString

The identifier of the user that associated with the access token, if present.

Returns:

  • (String)

    The identifier of the user that associated with the access token, if present.

#refresh_tokenString

A token that, if present, can be used to refresh a previously issued access token that might have expired.

Returns:

  • (String)

    A token that, if present, can be used to refresh a previously issued access token that might have expired.

#token_typeString

Used to notify the client that the returned token is an access token. The supported type is BearerToken.

Returns:

  • (String)

    Used to notify the client that the returned token is an access token.