interface EsriConfigRequestCompat {
    interceptors: EsriRequestInterceptorCompat[];
    timeout: number;
    trustedServers: string[];
    useIdentity: boolean;
}

Properties

timeout: number
trustedServers: string[]
useIdentity: boolean