Interface WorkerKeyManagerChurpStatus

ChurpStatus represents the status of the key manager CHURP extension.

interface WorkerKeyManagerChurpStatus {
    schemes?: Map<number, WorkerKeyManagerChurpSchemeStatus>;
}

Properties

Properties

schemes?: Map<number, WorkerKeyManagerChurpSchemeStatus>

Schemes is a list of CHURP scheme configurations.