Skip to content
Rishabh Poddar edited this page Jan 9, 2021 · 16 revisions

API blocks:

session

{
   handle: string,
   userId: string,
   userDataInJWT: {...}
}

cookieInfo

{
   token: string,
   expiry: number,
   createdTime: number
}

user

{
   id: string,
   email: string,
   timeJoined: number // this is only in CDI >= 2.5
}
Clone this wiki locally