UNPKG

msal-iframe-ok

Version:

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

9 lines (8 loc) 152 B
/** * @hidden */ export interface ITenantDiscoveryResponse { AuthorizationEndpoint: string; EndSessionEndpoint: string; Issuer: string; }