addMyAuthFactorU2F method

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

Implementation

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