Interface VerifyOTPMessageRequestParameters.Builder

    • Method Detail

      • destinationIdentity

        VerifyOTPMessageRequestParameters.Builder destinationIdentity​(String destinationIdentity)

        The destination identity to send OTP to.

        Parameters:
        destinationIdentity - The destination identity to send OTP to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • otp

        VerifyOTPMessageRequestParameters.Builder otp​(String otp)

        The OTP the end user provided for verification.

        Parameters:
        otp - The OTP the end user provided for verification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referenceId

        VerifyOTPMessageRequestParameters.Builder referenceId​(String referenceId)

        The reference identifier provided when the OTP was previously sent.

        Parameters:
        referenceId - The reference identifier provided when the OTP was previously sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.