Interface VerifyOTPMessageRequestParameters.Builder

  • Method Details

    • 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

      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

      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.