- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3
 
Home
        Rishabh Poddar edited this page Feb 25, 2021 
        ·
        16 revisions
      
    API blocks:
{
   handle: string,
   userId: string,
   userDataInJWT: {...}
}
{
   token: string,
   expiry: number,
   createdTime: number
}
{
   id: string,
   email: string,
   timeJoined: number // this is only in CDI >= 2.5
}
{
   id: string,
   timeJoined: number,
   email: string,
   thirdParty: {
      id: string,
      userId: string
   }
}
{
   id: string,
   timeJoined: number,
   email: string,
   thirdParty?: {
      id: string,
      userId: string
   }
}