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

Class: Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenRequest

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

Overview

Note:

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

{
  access_token: "TokenModelType",
  session: "SessionType",
  user_code: "SoftwareTokenMFAUserCodeType", # required
  friendly_device_name: "StringType",
}

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access token.

Returns:

  • (String)

    The access token.

#friendly_device_nameString

The friendly device name.

Returns:

  • (String)

    The friendly device name.

#sessionString

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

Returns:

  • (String)

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

#user_codeString

The one time password computed using the secret code returned by AssociateSoftwareToken\".

Returns:

  • (String)

    The one time password computed using the secret code returned by [AssociateSoftwareToken\"][1].