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

Class: Aws::CognitoIdentityProvider::Types::ChallengeResponseType

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

Overview

The challenge response type.

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_nameString

The challenge name

Possible values:

  • Password
  • Mfa

Returns:

  • (String)

    The challenge name.

#challenge_responseString

The challenge response.

Possible values:

  • Success
  • Failure

Returns:

  • (String)

    The challenge response.