openapi-fastify
    Preparing search index...

    Interface HttpSecurityScheme

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

    Properties

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