Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Session

Hierarchy

  • Session

Index

Properties

accessToken

accessToken: string

JWT containing access token and other details

Optional availableProfiles

availableProfiles: Profile[]

clientToken

clientToken: string

UUID v4 client identifier

Optional selectedProfile

selectedProfile: Profile

user

user: { email: string; id: string }

Type declaration

  • email: string
  • id: string

Generated using TypeDoc