Documentation
    Preparing search index...

    HTTP basic authentication.

    interface IBasic {
        description?: string;
        name?: string;
        type: "basic";
    }
    Index

    Properties

    description?: string

    Scheme description.

    name?: string

    Scheme name.

    type: "basic"

    Scheme type.