Package version:

Interface OpenApiConnectionAuthDetails

Security details for OpenApi connection authentication

interface OpenApiConnectionAuthDetails {
    securityScheme: OpenApiConnectionSecurityScheme;
    type: "connection";
}

Hierarchy (view full)

Properties

Properties

Connection auth security details

type

The object type, which is always 'connection'.