/** * Authority types supported by MSAL. */ export declare enum AuthorityType { Default = 0, Adfs = 1 } //# sourceMappingURL=AuthorityType.d.ts.map