public static interface VerifyOTPMessageRequestParameters.Builder extends SdkPojo, CopyableBuilder<VerifyOTPMessageRequestParameters.Builder,VerifyOTPMessageRequestParameters>
| Modifier and Type | Method and Description |
|---|---|
VerifyOTPMessageRequestParameters.Builder |
destinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
|
VerifyOTPMessageRequestParameters.Builder |
otp(String otp)
The OTP the end user provided for verification.
|
VerifyOTPMessageRequestParameters.Builder |
referenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifyOTPMessageRequestParameters.Builder destinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
destinationIdentity - The destination identity to send OTP to.VerifyOTPMessageRequestParameters.Builder otp(String otp)
The OTP the end user provided for verification.
otp - The OTP the end user provided for verification.VerifyOTPMessageRequestParameters.Builder referenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
referenceId - The reference identifier provided when the OTP was previously sent.Copyright © 2022. All rights reserved.