@equinor/fusion-framework-module-msal-node
Version:
Fusion Framework module for secure Azure AD authentication in Node.js using MSAL. Supports interactive, silent, and token-only authentication modes with encrypted token storage.
10 lines • 423 B
JavaScript
/**
* Error classes thrown by the MSAL Node authentication module.
*
* @packageDocumentation
*/
export { AuthServerError } from './errors/AuthServerError.js';
export { AuthServerTimeoutError } from './errors/AuthServerTimeoutError.js';
export { NoAccountsError } from './errors/NoAccountsError.js';
export { SilentTokenAcquisitionError } from './errors/SilentTokenAcquisitionError.js';
//# sourceMappingURL=error.js.map