agentic-openapi-parser
    Preparing search index...

    Interface ISecurityStrategy

    interface ISecurityStrategy {
        schemeTypes: string[];
        inject(ctx: SecurityInjectionContext): boolean;
        supportsAuthType(authType?: DynamicProviderAuthType): boolean;
    }

    Implemented by

    Index
    schemeTypes: string[]

    securityScheme "type" values this strategy handles, e.g. ['apiKey'] or ['oauth2', 'openIdConnect'].