UNPKG

jv3-login-jwt

Version:

easy login from assign by route by cdnagroup using vuetify

30 lines (29 loc) 818 B
export declare const useAuthStore: import("pinia").StoreDefinition<"auth", { user: null; isAuthenticated: boolean; }, { getUser: (state: { user: null; isAuthenticated: boolean; } & import("pinia").PiniaCustomStateProperties<{ user: null; isAuthenticated: boolean; }>) => null; isAuthenticatedUser: (state: { user: null; isAuthenticated: boolean; } & import("pinia").PiniaCustomStateProperties<{ user: null; isAuthenticated: boolean; }>) => boolean; isLoggedIn: (state: { user: null; isAuthenticated: boolean; } & import("pinia").PiniaCustomStateProperties<{ user: null; isAuthenticated: boolean; }>) => boolean; }, { setUser(userData: any): void; clearUser(): void; }>;