Type Alias: Session

Session = object
Defined in: types.ts:3

Properties

expiry

expiry: number
Defined in: types.ts:7

key

key: string
Defined in: types.ts:4

privateKey

privateKey: string
Defined in: types.ts:6

publicKey

publicKey: string
Defined in: types.ts:5

user?

optional user: User
Defined in: types.ts:8