Libraries
    Preparing search index...

    An OpenAPI 3.1 Security Scheme Object. Describes how requests to the API are authenticated.

    interface OpenApiSecurityScheme {
        bearerFormat?: string;
        flows?: Record<string, unknown>;
        in?: string;
        name?: string;
        openIdConnectUrl?: string;
        scheme?: string;
        type: string;
    }
    Index

    Properties

    bearerFormat?: string
    flows?: Record<string, unknown>
    in?: string
    name?: string
    openIdConnectUrl?: string
    scheme?: string
    type: string