UNPKG

msal-iframe-ok

Version:

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

13 lines 616 B
export { UserAgentApplication } from "./UserAgentApplication"; export { Logger } from "./Logger"; export { LogLevel } from "./Logger"; export { Account } from "./Account"; export { Constants } from "./Constants"; export { Authority } from "./Authority"; // Errors export { AuthError } from "./error/AuthError"; export { ClientAuthError } from "./error/ClientAuthError"; export { ServerError } from "./error/ServerError"; export { ClientConfigurationError } from "./error/ClientConfigurationError"; export { InteractionRequiredAuthError } from "./error/InteractionRequiredAuthError"; //# sourceMappingURL=index.js.map