Skip to content

BackendBuilder

Defined in: bindings/node/dist/index.d.ts:21

optional appVersion?: string

Defined in: bindings/node/dist/index.d.ts:25


backendUrl: string

Defined in: bindings/node/dist/index.d.ts:22


optional env?: string

Defined in: bindings/node/dist/index.d.ts:23


optional readonly?: boolean

Defined in: bindings/node/dist/index.d.ts:24

authCallback(callback): void

Defined in: bindings/node/dist/index.d.ts:30

AuthCallback

void


authHandle(handle): void

Defined in: bindings/node/dist/index.d.ts:31

AuthHandle

void


build(): Promise<Backend>

Defined in: bindings/node/dist/index.d.ts:32

Promise<Backend>


setAppVersion(appVersion): this

Defined in: bindings/node/dist/index.d.ts:29

string

this


setEnv(env): this

Defined in: bindings/node/dist/index.d.ts:27

string

this


setReadonly(readonly): this

Defined in: bindings/node/dist/index.d.ts:28

boolean

this