copper-cti - v1.0.0
    Preparing search index...

    Interface DriverOptions

    TLS設定を含む拡張セッションオプション

    interface DriverOptions {
        encoding?: string;
        password?: string;
        rejectUnauthorized?: boolean;
        user?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string
    password?: string
    rejectUnauthorized?: boolean

    不明なSSL証明書を拒否するかどうか (デフォルト: true)

    user?: string