6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
11 lines
296 B
TypeScript
11 lines
296 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2023 Google Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
import { BrowserPlatform } from './browser-data/browser-data.js';
|
|
/**
|
|
* @public
|
|
*/
|
|
export declare function detectBrowserPlatform(): BrowserPlatform | undefined;
|
|
//# sourceMappingURL=detectPlatform.d.ts.map
|