Interface ProtocolModuleDiscoverOptions

interface ProtocolModuleDiscoverOptions {
    authorizationScope?: readonly string[];
    signal?: AbortSignal;
}

Properties

authorizationScope?: readonly string[]

Stable structural authorization-scope identifiers bound to this handle. Tokens and credential values are prohibited; implementations retain only a secret-free derived identity.

signal?: AbortSignal