BackendBuilder
Defined in: bindings/node/dist/index.d.ts:21
Properties
Section titled “Properties”appVersion?
Section titled “appVersion?”
optionalappVersion?:string
Defined in: bindings/node/dist/index.d.ts:25
backendUrl
Section titled “backendUrl”backendUrl:
string
Defined in: bindings/node/dist/index.d.ts:22
optionalenv?:string
Defined in: bindings/node/dist/index.d.ts:23
readonly?
Section titled “readonly?”
optionalreadonly?:boolean
Defined in: bindings/node/dist/index.d.ts:24
Methods
Section titled “Methods”authCallback()
Section titled “authCallback()”authCallback(
callback):void
Defined in: bindings/node/dist/index.d.ts:30
Parameters
Section titled “Parameters”callback
Section titled “callback”AuthCallback
Returns
Section titled “Returns”void
authHandle()
Section titled “authHandle()”authHandle(
handle):void
Defined in: bindings/node/dist/index.d.ts:31
Parameters
Section titled “Parameters”handle
Section titled “handle”AuthHandle
Returns
Section titled “Returns”void
build()
Section titled “build()”build():
Promise<Backend>
Defined in: bindings/node/dist/index.d.ts:32
Returns
Section titled “Returns”Promise<Backend>
setAppVersion()
Section titled “setAppVersion()”setAppVersion(
appVersion):this
Defined in: bindings/node/dist/index.d.ts:29
Parameters
Section titled “Parameters”appVersion
Section titled “appVersion”string
Returns
Section titled “Returns”this
setEnv()
Section titled “setEnv()”setEnv(
env):this
Defined in: bindings/node/dist/index.d.ts:27
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”this
setReadonly()
Section titled “setReadonly()”setReadonly(
readonly):this
Defined in: bindings/node/dist/index.d.ts:28
Parameters
Section titled “Parameters”readonly
Section titled “readonly”boolean
Returns
Section titled “Returns”this

