UNPKG

react-native-msal-plugin

Version:

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

7 lines (6 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var MsalPlugin_1 = require("./MsalPlugin"); exports.default = MsalPlugin_1.default; var MsalUIBehavior_1 = require("./MsalUIBehavior"); exports.MsalUIBehavior = MsalUIBehavior_1.MsalUIBehavior;