@typia/website
    Preparing search index...

    HTTP bearer authentication type.

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

    Properties

    bearerFormat?: string
    description?: string
    scheme: "bearer"
    type: "http"