UNPKG

msal-iframe-ok

Version:

Fork to allow silent renewal in iFrame of Microsoft Authentication Library for js

10 lines (9 loc) 278 B
/** * XHR client for JSON endpoints * https://www.npmjs.com/package/async-promise * @hidden */ export declare class XhrClient { sendRequestAsync(url: string, method: string, enableCaching?: boolean): Promise<any>; protected handleError(responseText: string): any; }