@eeymoo/ai-coding-sync
    Preparing search index...

    Interface WebDavAuthConfig

    WebDAV authentication configuration.

    0.1.0

    interface WebDavAuthConfig {
        account?: string;
        password?: string | null;
        saveToKeychain?: boolean;
        service?: string;
        type: AuthType;
        username?: string;
    }
    Index

    Properties

    account?: string
    password?: string | null
    saveToKeychain?: boolean
    service?: string
    type: AuthType
    username?: string