class Aws::CognitoIdentityProvider::Types::AdminRespondToAuthChallengeResponse

Responds to the authentication challenge, as an administrator.

@!attribute [rw] challenge_name

The name of the challenge. For more information, see
[AdminInitiateAuth][1].

[1]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminInitiateAuth.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
[AdminInitiateAuth][1].

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

@!attribute [rw] authentication_result

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

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

Constants

SENSITIVE