connectwise-rest
    Preparing search index...

    Type Alias CWAOptions

    type CWAOptions = {
        clientId: string;
        debug?: boolean;
        logger?: CWLogger;
        password?: string;
        retry?: boolean;
        retryOptions?: RetryOptions;
        serverUrl: string;
        timeout?: number;
        token?: string;
        twoFactorPasscode?: string;
        username?: string;
    }
    Index

    Properties

    clientId: string
    debug?: boolean
    logger?: CWLogger
    password?: string
    retry?: boolean
    retryOptions?: RetryOptions
    serverUrl: string
    timeout?: number
    token?: string
    twoFactorPasscode?: string
    username?: string