ts-lambda-api - v2.5.2
    Preparing search index...

    Interface SecuritySchemeObject

    interface SecuritySchemeObject {
        bearerFormat?: string;
        description?: string;
        flows?: OAuthFlowsObject;
        in?: string;
        name?: string;
        openIdConnectUrl?: string;
        scheme?: string;
        type: SecuritySchemeType;
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [extensionName: `x-${string}`]: any
    Index

    Properties

    bearerFormat?: string
    description?: string
    in?: string
    name?: string
    openIdConnectUrl?: string
    scheme?: string