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

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

Introduction

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

The text is from its open source code.

Constructor

Method

AuthenticationResultTypegetAuthenticationResult()

The result returned by the server in response to the request to respond to the authentication challenge.

StringgetChallengeName()

The challenge name.

java.util.MapgetChallengeParameters()

The challenge parameters.

StringgetSession()

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

voidsetAuthenticationResult(AuthenticationResultType authenticationResult)

The result returned by the server in response to the request to respond to the authentication challenge.

voidsetChallengeName(String challengeName)

The challenge name.

voidsetChallengeName(ChallengeNameType challengeName)

The challenge name.

voidsetChallengeParameters(java.util.Map challengeParameters)

The challenge parameters.

voidsetSession(String session)

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