Interface ChallengeResponseType.Builder

    • Method Detail

      • challengeName

        ChallengeResponseType.Builder challengeName​(String challengeName)

        The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.

        Parameters:
        challengeName - The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChallengeName, ChallengeName
      • challengeName

        ChallengeResponseType.Builder challengeName​(ChallengeName challengeName)

        The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.

        Parameters:
        challengeName - The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChallengeName, ChallengeName
      • challengeResponse

        ChallengeResponseType.Builder challengeResponse​(String challengeResponse)

        The set of key-value pairs that provides a response to the requested challenge.

        Parameters:
        challengeResponse - The set of key-value pairs that provides a response to the requested challenge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChallengeResponse, ChallengeResponse
      • challengeResponse

        ChallengeResponseType.Builder challengeResponse​(ChallengeResponse challengeResponse)

        The set of key-value pairs that provides a response to the requested challenge.

        Parameters:
        challengeResponse - The set of key-value pairs that provides a response to the requested challenge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChallengeResponse, ChallengeResponse