removeHumanAuthFactorOTP method

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

Implementation

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