@grandlinex/swagger-mate
    Preparing search index...

    Type Alias SwaggerComSecuritySchemes

    type SwaggerComSecuritySchemes = {
        bearerFormat?: string | "JWT";
        description?: string;
        in?: "query" | "header" | "cookie";
        scheme: string;
        type: "apiKey" | "http" | "oauth2" | "openIdConnect";
    }
    Index

    Properties

    bearerFormat?: string | "JWT"
    description?: string
    in?: "query" | "header" | "cookie"
    scheme: string
    type: "apiKey" | "http" | "oauth2" | "openIdConnect"