UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

13 lines (12 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withXcodeBuildSettings = exports.withBridgingHeader = exports.withUrlSchemes = exports.withAppAuthAppDelegate = exports.withAppAuthAppDelegateHeader = void 0; var app_delegate_header_1 = require("./app-delegate-header"); Object.defineProperty(exports, "withAppAuthAppDelegateHeader", { enumerable: true, get: function () { return app_delegate_header_1.withAppAuthAppDelegateHeader; } }); var app_delegate_1 = require("./app-delegate"); Object.defineProperty(exports, "withAppAuthAppDelegate", { enumerable: true, get: function () { return app_delegate_1.withAppAuthAppDelegate; } }); var info_plist_1 = require("./info-plist"); Object.defineProperty(exports, "withUrlSchemes", { enumerable: true, get: function () { return info_plist_1.withUrlSchemes; } }); var bridging_header_1 = require("./bridging-header"); Object.defineProperty(exports, "withBridgingHeader", { enumerable: true, get: function () { return bridging_header_1.withBridgingHeader; } }); Object.defineProperty(exports, "withXcodeBuildSettings", { enumerable: true, get: function () { return bridging_header_1.withXcodeBuildSettings; } });