verifyOTPSMSRegistration method
ResponseFuture<VerifyOTPSMSRegistrationResponse>
verifyOTPSMSRegistration(
- VerifyOTPSMSRegistrationRequest request, {
- CallOptions? options,
Verify OTP SMS registration
Verify the OTP SMS registration with the provided code.
Implementation
$grpc.ResponseFuture<$0.VerifyOTPSMSRegistrationResponse>
verifyOTPSMSRegistration(
$0.VerifyOTPSMSRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyOTPSMSRegistration, request,
options: options);
}