interface ContextSession {
    idp?: IdP;
    location: LocationInfo;
    orgId: string;
    secondsSinceEpoch: number;
    sessionId: string;
    spaceId: string;
    userId: string;
}

Hierarchy (view full)

Properties

idp?: IdP
location: LocationInfo
orgId: string
secondsSinceEpoch: number
sessionId: string
spaceId: string
userId: string