Skip to content

frontends-web-frontend


Interface: JwtPayload

Defined in: frontends/web-frontend/src/auth/authStorage.ts:3

Properties

email?

optional email?: string

Defined in: frontends/web-frontend/src/auth/authStorage.ts:7


exp?

optional exp?: number

Defined in: frontends/web-frontend/src/auth/authStorage.ts:4


roles?

optional roles?: string[]

Defined in: frontends/web-frontend/src/auth/authStorage.ts:8


user_id?

optional user_id?: number

Defined in: frontends/web-frontend/src/auth/authStorage.ts:5


username?

optional username?: string

Defined in: frontends/web-frontend/src/auth/authStorage.ts:6