Files
ui/src/auth/keycloak.ts
Первов Артем 31add10e56 decompose structure
2026-06-20 00:51:18 +03:00

4 lines
192 B
TypeScript

export { getAuthState, subscribeAuth } from './authStore';
export type { AuthState } from './authStore';
export { getAccessToken, initAuth, login, logout, refreshToken } from './authActions';