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

Properties

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

Generated using TypeDoc