schema-components - v3.7.0
    Preparing search index...

    Interface SecurityRequirement

    A single entry in an OpenAPI Security Requirement Object — the name of a security scheme paired with its list of required scopes.

    interface SecurityRequirement {
        name: string;
        scopes: string[];
    }
    Index

    Properties

    Properties

    name: string
    scopes: string[]