Interface CredentialsConnectionConfig

interface CredentialsConnectionConfig {
    baseUrl: string;
    httpTimeoutMs?: number;
    password: string;
    userName: string;
}

Properties

baseUrl: string
httpTimeoutMs?: number
password: string
userName: string