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