Package version:

Interface OpenApiAnonymousAuthDetails

Security details for OpenApi anonymous authentication

interface OpenApiAnonymousAuthDetails {
    type: "anonymous";
}

Hierarchy (view full)

Properties

Properties

type

The object type, which is always 'anonymous'.