Skip to content

beamable-sdk / schema / TokenResponse

Type Alias: TokenResponse

TokenResponse = object

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

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

Properties

access_token?

optional access_token: string

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


challenge_token?

optional challenge_token: string

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


expires_in

expires_in: bigint | string

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


refresh_token?

optional refresh_token: string

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


scopes?

optional scopes: string[]

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


token_type

token_type: string

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