Skip to content

@keymaster/connect / KeymasterRequestOptions

Interface: KeymasterRequestOptions

Options applying to one protocol request.

Properties overview

PropertyTypeRequiredDescription
requestId?stringNoCaller-controlled correlation id.
timeoutMs?numberNoPer-request timeout in milliseconds.
signal?AbortSignalNoAborting sends a best-effort protocol cancel and rejects the local promise.

Properties

requestId?

optional requestId?: string

Caller-controlled correlation id. A UUID is generated when omitted.


timeoutMs?

optional timeoutMs?: number

Per-request timeout in milliseconds.


signal?

optional signal?: AbortSignal

Aborting sends a best-effort protocol cancel and rejects the local promise.

Capability access without key custody.