-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Rishabh Poddar edited this page Apr 21, 2023
·
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
}
}
{
id: string,
timeJoined: number,
email?: string,
phoneNumner?: string
}
{
id: string,
timeJoined: number,
email?: string,
phoneNumner?: string
thirdParty?: {
id: string,
userId: string
}
}