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

Properties

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

Generated using TypeDoc