removeHumanAuthFactorOTP method

ResponseFuture<RemoveHumanAuthFactorOTPResponse> removeHumanAuthFactorOTP(
  1. RemoveHumanAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveHumanAuthFactorOTPResponse>
    removeHumanAuthFactorOTP($1.RemoveHumanAuthFactorOTPRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeHumanAuthFactorOTP, request,
      options: options);
}