Skip to content

beamable-sdk / core/BeamUtils / StandaloneRequesterProps

Interface: StandaloneRequesterProps

Defined in: src/core/BeamUtils.ts:53

Properties

cid

cid: string

Defined in: src/core/BeamUtils.ts:55

The Beamable Customer ID.


environment?

optional environment: BeamEnvironmentName

Defined in: src/core/BeamUtils.ts:63

The Beamable environment to connect to. Can be one of 'prod', 'stg', 'dev', or a custom environment name.

Default

'prod'

pid

pid: string

Defined in: src/core/BeamUtils.ts:57

The Beamable Project ID.


requester?

optional requester: HttpRequester

Defined in: src/core/BeamUtils.ts:65

The custom HttpRequester to use for the API requests. If not provided, a default one will be used.


tokenStorage?

optional tokenStorage: TokenStorage

Defined in: src/core/BeamUtils.ts:67

The custom TokenStorage to use for the API requests. If not provided, a default one will be used.


tokenStorageTag?

optional tokenStorageTag: string

Defined in: src/core/BeamUtils.ts:69

Unique tag for instance-specific token storage synchronization.


useSignedRequest?

optional useSignedRequest: boolean

Defined in: src/core/BeamUtils.ts:77

Enables signing outgoing requests with a signature header.

Remarks

This option is only supported in Node.js environments. When running in a browser, this setting will be ignored.

Default Value

false