class Aws::CognitoIdentityProvider::Types::AssociateSoftwareTokenRequest

@note When making an API call, you may pass AssociateSoftwareTokenRequest

data as a hash:

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

@!attribute [rw] access_token

The access token.
@return [String]

@!attribute [rw] session

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AssociateSoftwareTokenRequest AWS API Documentation

Constants

SENSITIVE