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

Class: Aws::CognitoIdentityProvider::Types::AssociateSoftwareTokenRequest

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

Overview

Note:

When passing AssociateSoftwareTokenRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  access_token: "TokenModelType",
  session: "SessionType",
}

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access token.

Returns:

  • (String)

    The access token.

#sessionString

The session which should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.

Returns:

  • (String)

    The session which should be passed both ways in challenge-response calls to the service.