Interface: AuthSession
Defined in: types/auth.ts:36
Auth session state
Properties
heading.anchorLabel| Property | Type | Defined in |
|---|---|---|
expiresAt? | number | types/auth.ts:40 |
refreshToken | string | types/auth.ts:39 |
token | string | types/auth.ts:38 |
user | User | types/auth.ts:37 |