UNPKG

fleeta-api-lib

Version:

A comprehensive library for fleet management applications - API, Auth, Device management

11 lines 528 B
/** * Auth Module Exports * Central export point for authentication functionality */ export { login, logout, resetPassword } from './auth'; export { getAuthConfigFromStore, isAuthConfigured, isAuthConfigValid, getAuthHeaders, getAuthErrorMessage } from './authUtils'; export { useAuthStore } from '../store/authStore'; export type { AuthConfig } from './authUtils'; export declare const AUTH_MODULE_VERSION = "1.0.0"; export declare const AUTH_MODULE_NAME = "FleetA Authentication Module"; //# sourceMappingURL=index.d.ts.map