UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

10 lines (9 loc) 249 B
export declare const AUTHENTICATION_PATTERN: { handleValidateToken: string; handleLogin: string; handleRefreshToken: string; handleLogout: string; handleLogoutAll: string; fetchSessions: string; revokeSession: string; };