class Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenRequest

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

data as a hash:

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

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

@!attribute [rw] user_code

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

[1]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AssociateSoftwareToken.html
@return [String]

@!attribute [rw] friendly_device_name

The friendly device name.
@return [String]

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

Constants

SENSITIVE