Skip to main content

EmbedSessionInfo

@ticketlayer/backstage


@ticketlayer/backstage / EmbedSessionInfo

Interface: EmbedSessionInfo

Defined in: client.ts:245

Response of GET /embed/sessions/current (the session behind a bearer token).

Properties

accountId

accountId: string;

Defined in: client.ts:247


expiresAt

expiresAt: string;

Defined in: client.ts:249


organisation

organisation: {
id: string;
slug: string;
};

Defined in: client.ts:246

id

id: string;

slug

slug: string;

scopes

scopes: string[];

Defined in: client.ts:248