Hierarchy

  • DecodedAccessToken

Properties

clientId: string
exp: number
iss: string
organization: {
    organizationId: string;
    organizationName: string;
}

Type declaration

  • organizationId: string
  • organizationName: string
profileImageUrl: string
roles: string[]
scopes: string
subscriptions: [{
    level: number;
    planId: string;
    typeId: string;
}]
teams: [{
    name: string;
    teamId: string;
}]
userId: string
username: string

Generated using TypeDoc