UNPKG

msal-iframe-ok

Version:

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

12 lines (11 loc) 188 B
/** * @hidden */ export interface IUri { Protocol: string; HostNameAndPort: string; AbsolutePath: string; Search: string; Hash: string; PathSegments: string[]; }