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

Properties

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