NAME
Paws::CognitoIdp::RespondToAuthChallengeResponse
ATTRIBUTES
AuthenticationResult => Paws::CognitoIdp::AuthenticationResultType
The result returned by the server in response to the request to respond to the authentication challenge.
ChallengeName => Str
The challenge name. For more information, see InitiateAuth (https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html).
Valid values are: "SMS_MFA"
, "SOFTWARE_TOKEN_MFA"
, "SELECT_MFA_TYPE"
, "MFA_SETUP"
, "PASSWORD_VERIFIER"
, "CUSTOM_CHALLENGE"
, "DEVICE_SRP_AUTH"
, "DEVICE_PASSWORD_VERIFIER"
, "ADMIN_NO_SRP_AUTH"
, "NEW_PASSWORD_REQUIRED"
=head2 ChallengeParameters => Paws::CognitoIdp::ChallengeParametersType
The challenge parameters. For more information, see InitiateAuth (https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html).
Session => Str
The session which should be passed both ways in challenge-response calls to the service. If the caller needs to go through another challenge, they return a session with other challenge parameters. This session should be passed as it is to the next RespondToAuthChallenge
API call.