Appearance
destillationapp-frontend v0.1.0
destillationapp-frontend / store/auth/getters / default
Variable: default
default:
object
Defined in: store/auth/getters.ts:7
Type declaration
isAuthenticated()
isAuthenticated(
state
):boolean
Returns the user's authentication status.
Parameters
state
The Vuex state object.
Returns
boolean
true
if the user is authenticated, otherwise false
.
isLoadingAuthStatus()
isLoadingAuthStatus(
state
):boolean
Returns the loading status of the authentication process.
Parameters
state
The Vuex state object.
Returns
boolean
true
if authentication status is loading, otherwise false
.