interface IBouncerClientOptions {
    auth: IBouncerAuthentication | ITLSAuthentication;
    strictSSL?: boolean;
    timeout?: number;
    url: string;
    userAgent?: string;
}

Hierarchy (view full)

Properties

strictSSL?: boolean
timeout?: number
url: string
userAgent?: string

Generated using TypeDoc