UNPKG

msal-iframe-ok

Version:

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

11 lines (10 loc) 167 B
/** * @hidden */ export declare class ClientInfo { private _uid; uid: string; private _utid; utid: string; constructor(rawClientInfo: string); }