Skip to content

Type Alias: ClientOptions

type ClientOptions =
| ClientOptionsBase & object
| ClientOptionsBase & object
| ClientOptionsBase & object;

Defined in: packages/sdk/src/index.ts:632

Argument to createClient(); the union picks one auth mode at compile time so a server bearer cannot ride a browser cookie.