web / UseCustomer
Interface: UseCustomer ​
Properties ​
changePassword ​
changePassword:
ChangePassword
Defined in ​
apps/web/composables/useCustomer/types.ts:36
data ​
data:
Readonly
<Ref
<SessionResult
,SessionResult
>>
Defined in ​
apps/web/composables/useCustomer/types.ts:25
getSession ​
getSession:
GetSession
Defined in ​
apps/web/composables/useCustomer/types.ts:31
isAuthorized ​
isAuthorized:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useCustomer/types.ts:26
isGuest ​
isGuest:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useCustomer/types.ts:27
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useCustomer/types.ts:29
login ​
login:
Login
Defined in ​
apps/web/composables/useCustomer/types.ts:32
loginAsGuest ​
loginAsGuest:
LoginAsGuest
Defined in ​
apps/web/composables/useCustomer/types.ts:35
logout ​
logout:
Logout
Defined in ​
apps/web/composables/useCustomer/types.ts:33
register ​
register:
Register
Defined in ​
apps/web/composables/useCustomer/types.ts:34
setUser ​
setUser:
SetUser