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
- Struct
- Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenRequest
- 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
-
#access_token ⇒ String
The access token.
-
#friendly_device_name ⇒ String
The friendly device name.
-
#session ⇒ String
The session which should be passed both ways in challenge-response calls to the service.
-
#user_code ⇒ String
The one time password computed using the secret code returned by [AssociateSoftwareToken\"][1].
Instance Attribute Details
#access_token ⇒ String
The access token.
#friendly_device_name ⇒ String
The friendly device name.
#session ⇒ String
The session which should be passed both ways in challenge-response calls to the service.
#user_code ⇒ String
The one time password computed using the secret code returned by AssociateSoftwareToken\".