AdminRespondToAuthChallengeResponse
Responds to the authentication challenge, as an administrator.
Types
Properties
The outcome of a successful authentication process. After your application has passed all challenges, Amazon Cognito returns an AuthenticationResult
with the JSON web tokens (JWTs) that indicate successful sign-in.
The name of the next challenge that you must respond to.
The parameters that define your response to the next challenge.
The session identifier that maintains the state of authentication requests and challenge responses. If an AdminInitiateAuth
or AdminRespondToAuthChallenge
API request results in a determination that your application must pass another challenge, Amazon Cognito returns a session with other challenge parameters. Send this session identifier, unmodified, to the next AdminRespondToAuthChallenge
request.