react-native-msal-plugin
Version:
React Native Plugin that wraps Microsoft MSAL library allowing you to authenticate with azure B2C
9 lines (8 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var MsalUIBehavior;
(function (MsalUIBehavior) {
MsalUIBehavior["SELECT_ACCOUNT"] = "SELECT_ACCOUNT";
MsalUIBehavior["CONSENT"] = "CONSENT";
MsalUIBehavior["FORCE_LOGIN"] = "FORCE_LOGIN";
})(MsalUIBehavior = exports.MsalUIBehavior || (exports.MsalUIBehavior = {}));