@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface SecuritySchemeObject {
        bearerFormat?: string;
        description?: string;
        flows?: OAuthFlowsObject;
        in?: string;
        name?: string;
        openIdConnectUrl?: string;
        scheme?: string;
        type: string;
    }
    Index

    Properties

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