@thepalaceproject/circulation-admin
    Preparing search index...

    Interface AuthMethodInfo

    API functions for the patron debug authentication feature.

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

    Properties

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