API functions for the patron debug authentication feature.

interface AuthMethodInfo {
    id: number;
    identifierLabel: string;
    name: string;
    passwordLabel: string;
    protocol: string;
    supportsDebug: boolean;
    supportsPassword: boolean;
}

Properties

id: number
identifierLabel: string
name: string
passwordLabel: string
protocol: string
supportsDebug: boolean
supportsPassword: boolean