class Aws::CognitoIdentityProvider::Types::RespondToAuthChallengeResponse

The response to respond to the authentication challenge.

@!attribute [rw] challenge_name

The challenge name. For more information, see [InitiateAuth][1].

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

@!attribute [rw] session

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

@!attribute [rw] challenge_parameters

The challenge parameters. For more information, see
[InitiateAuth][1].

[1]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html
@return [Hash<String,String>]

@!attribute [rw] authentication_result

The result returned by the server in response to the request to
respond to the authentication challenge.
@return [Types::AuthenticationResultType]

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

Constants

SENSITIVE