UNPKG

react-native-msal-plugin

Version:

React Native Plugin that wraps Microsoft MSAL library allowing you to authenticate with azure B2C

4 lines (3 loc) 186 B
export { default } from "./MsalPlugin"; export { IAuthenticationResult, IError, IPolicies, IUserInfo, } from "./MsalPluginInterfaces"; export { MsalUIBehavior } from "./MsalUIBehavior";