Skip to content

DoCurious API Reference / types / SessionInfo

Interface: SessionInfo

Defined in: types/auth.types.ts:99

Session info

Properties

deviceInfo?

optional deviceInfo: string

Defined in: types/auth.types.ts:104


expiresAt

expiresAt: string

Defined in: types/auth.types.ts:103


issuedAt

issuedAt: string

Defined in: types/auth.types.ts:102


role

role: UserRole

Defined in: types/auth.types.ts:101


userId

userId: string

Defined in: types/auth.types.ts:100

DoCurious Platform Documentation