Interface CapabilitySourceEndpointIdentityExperimental

Credential-free source endpoint coordinates used only to derive a digest. Query strings, fragments, URL user-info, and credential-shaped source ids are rejected before hashing and the raw coordinates are never transported.

interface CapabilitySourceEndpointIdentity {
    endpoint: string;
    protocol: SourceProtocol;
    sourceId?: string;
}

Properties

endpoint: string
protocol: SourceProtocol
sourceId?: string