addMyAuthFactorU2F method

ResponseFuture<AddMyAuthFactorU2FResponse> addMyAuthFactorU2F(
  1. AddMyAuthFactorU2FRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.AddMyAuthFactorU2FResponse> addMyAuthFactorU2F(
    $4.AddMyAuthFactorU2FRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addMyAuthFactorU2F, request, options: options);
}