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
- Struct
- Aws::CognitoIdentityProvider::Types::AssociateSoftwareTokenRequest
- 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
-
#access_token ⇒ String
The access token.
-
#session ⇒ String
The session which should be passed both ways in challenge-response calls to the service.
Instance Attribute Details
#access_token ⇒ String
The access token.
#session ⇒ String
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.