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