Skip to content

beamable-sdk / schema / Token

Type Alias: Token

Token = object

Defined in: src/__generated__/schemas/Token.ts:6

⚠️ THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. All manual edits will be lost when this file is regenerated.

Properties

accountId?

optional accountId: bigint | string

Defined in: src/__generated__/schemas/Token.ts:11


cid

cid: bigint | string

Defined in: src/__generated__/schemas/Token.ts:7


created

created: bigint | string

Defined in: src/__generated__/schemas/Token.ts:8


device?

optional device: string

Defined in: src/__generated__/schemas/Token.ts:12


expiresMs?

optional expiresMs: bigint | string

Defined in: src/__generated__/schemas/Token.ts:13


gamerTag?

optional gamerTag: bigint | string

Defined in: src/__generated__/schemas/Token.ts:14


pid?

optional pid: string

Defined in: src/__generated__/schemas/Token.ts:15


platform?

optional platform: string

Defined in: src/__generated__/schemas/Token.ts:16


revoked?

optional revoked: boolean

Defined in: src/__generated__/schemas/Token.ts:17


scopes?

optional scopes: string[]

Defined in: src/__generated__/schemas/Token.ts:18


token

token: string

Defined in: src/__generated__/schemas/Token.ts:9


type

type: string

Defined in: src/__generated__/schemas/Token.ts:10