Documentation
    Preparing search index...

    API key authentication.

    interface IApiKey {
        description?: string;
        in?: "query" | "header" | "cookie";
        name?: string;
        type: "apiKey";
    }
    Index

    Properties

    description?: string

    Scheme description.

    in?: "query" | "header" | "cookie"

    Key location.

    name?: string

    Key name.

    type: "apiKey"

    Scheme type.