UNPKG

react-aad-msal

Version:

A react component that integrates with Azure AD (v2, MSAL).

11 lines (10 loc) 579 B
export { IAccountInfo, IMsalAuthProviderConfig } from './interfaces'; 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;