fluid-oas
    Preparing search index...

    Variable SecuritySchemeConst

    SecurityScheme: {
        addType(
            type: "apiKey" | "http" | "mutualTLS" | "oauth2" | "openIdConnect",
        ): OpenApiSecurityScheme;
    } = ...

    Type declaration