Documentation
    Preparing search index...

    HTTP bearer authentication.

    interface IHttpBearer {
        bearerFormat?: string;
        description?: string;
        scheme: "bearer";
        type: "http";
    }
    Index

    Properties

    bearerFormat?: string

    Bearer token format hint.

    description?: string

    Scheme description.

    scheme: "bearer"

    Authentication scheme.

    type: "http"

    Scheme type.