Skip to main content

RuntimeSecretsFetcherOptions

@lowcode/runtime-host


Interface: RuntimeSecretsFetcherOptions

Defined in: apps/runtime-host/src/api/runtimeSecrets.ts:7

Properties

getBaseUrl()

getBaseUrl: () => string

Defined in: apps/runtime-host/src/api/runtimeSecrets.ts:9

Returns

string


now()?

optional now: () => number

Defined in: apps/runtime-host/src/api/runtimeSecrets.ts:10

Returns

number


request()

request: <T>(url, init) => Promise<T>

Defined in: apps/runtime-host/src/api/runtimeSecrets.ts:8

Type Parameters

T

T

Parameters

url

string

init

RequestInit

Returns

Promise<T>


ttlMs?

optional ttlMs: number

Defined in: apps/runtime-host/src/api/runtimeSecrets.ts:11