react-aad-msal
Version:
A react component that integrates with Azure AD (v2, MSAL).
10 lines • 542 B
JavaScript
export { AuthenticationActions, AuthenticationState, LoginType } from './enums';
export { AccessTokenResponse } from './AccessTokenResponse';
export { IdTokenResponse } from './IdTokenResponse';
export { MsalAuthProvider } from './MsalAuthProvider';
export { AuthenticationActionCreators } from './AuthenticationActionCreators';
import { AzureAD } from './components/AzureAD';
export * from './components/AzureAD';
export { withAuthentication } from './components/withAuthentication';
export default AzureAD;
//# sourceMappingURL=index.js.map