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?¶
optionalenvironment: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¶
pid¶
pid:
string
Defined in: src/core/BeamUtils.ts:57
The Beamable Project ID.
requester?¶
optionalrequester: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?¶
optionaltokenStorage: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?¶
optionaltokenStorageTag:string
Defined in: src/core/BeamUtils.ts:69
Unique tag for instance-specific token storage synchronization.
useSignedRequest?¶
optionaluseSignedRequest: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.