har2api - v0.1.0
    Preparing search index...

    Type Alias AuthScheme

    AuthScheme:
        | { scheme: "bearer"
        | "basic"; type: "http" }
        | { in: "header" | "query"; name: string; type: "apiKey" }
        | { type: "none" }

    A detected authentication mechanism for the whole API.