Java com.amazonaws.services.cognitoidp.model RespondToAuthChallengeRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cognitoidp.model RespondToAuthChallengeRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cognitoidp.model RespondToAuthChallengeRequest.

The text is from its open source code.

Constructor

Method

java.util.MapgetChallengeResponses()

The challenge responses.

voidsetChallengeName(String challengeName)

The challenge name.

voidsetChallengeName(ChallengeNameType challengeName)

The challenge name.

voidsetChallengeResponses(java.util.Map challengeResponses)

The challenge responses.

voidsetClientId(String clientId)

The app client ID.

voidsetSession(String session)

The session which should be passed both ways in challenge-response calls to the service.