Skip to main content

Interface: TokenizerClientConfig

Properties

url

url: string

The address of the tokenizer backend

Defined in

types.ts:23


metaEncoding

Optional metaEncoding: "base64"

Defined in

types.ts:24


authenticationToken

Optional authenticationToken: string

Used for when the tokenizer is running on the serverside and wants to authenticate itself

Defined in

types.ts:26


lockToSession

Optional lockToSession: boolean

Defined in

types.ts:27