Interface: JwtPayload
Defined in: frontends/web-frontend/src/auth/authStorage.ts:3
Properties
email?
optionalemail?:string
Defined in: frontends/web-frontend/src/auth/authStorage.ts:7
exp?
optionalexp?:number
Defined in: frontends/web-frontend/src/auth/authStorage.ts:4
roles?
optionalroles?:string[]
Defined in: frontends/web-frontend/src/auth/authStorage.ts:8
user_id?
optionaluser_id?:number
Defined in: frontends/web-frontend/src/auth/authStorage.ts:5
username?
optionalusername?:string
Defined in: frontends/web-frontend/src/auth/authStorage.ts:6
