@backblaze-labs/b2-mcp
    Preparing search index...

    Interface CredentialResolution

    Resolved B2 configuration plus non-secret cache keys.

    interface CredentialResolution {
        cacheKey: string;
        capabilityCacheKey: string;
        config: B2Config;
        principal?: string;
    }
    Index
    cacheKey: string

    Non-secret log/rate-limit key: either a credential fingerprint or verified principal.

    capabilityCacheKey: string

    Secret-bound capability-cache key. This is a one-way digest and must never be logged or returned.

    config: B2Config

    B2 runtime configuration resolved for this process or request.

    principal?: string

    Verified principal identifier, when principal credential mode is active.