/** * @hidden */ export interface ITenantDiscoveryResponse { AuthorizationEndpoint: string; EndSessionEndpoint: string; Issuer: string; }