verifyOTPSMSRegistration method

ResponseFuture<VerifyOTPSMSRegistrationResponse> verifyOTPSMSRegistration(
  1. VerifyOTPSMSRegistrationRequest request, {
  2. 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);
}