Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / store/auth / AuthState

Interface: AuthState

Defined in: store/auth/index.ts:11

Represents the authentication state in Vuex.

Properties

isAuthenticated

isAuthenticated: boolean

Defined in: store/auth/index.ts:12

Indicates whether the user is authenticated.


isLoadingAuthStatus

isLoadingAuthStatus: boolean

Defined in: store/auth/index.ts:13

Determines if authentication status is being loaded.