openapi-fastify
    Preparing search index...

    Interface ApiKeySecurityScheme

    interface ApiKeySecurityScheme {
        description?: string;
        in: string;
        name: string;
        type: "apiKey";
    }
    Index

    Properties

    description?: string
    in: string
    name: string
    type: "apiKey"