@passageidentity/passage-react-native
Version:
Passkey Complete for React Native - Go completely passwordless with a standalone auth solution in your React Native app with Passage by 1Password
13 lines (12 loc) • 407 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SocialConnection = void 0;
let SocialConnection = exports.SocialConnection = /*#__PURE__*/function (SocialConnection) {
SocialConnection["Apple"] = "apple";
SocialConnection["Github"] = "github";
SocialConnection["Google"] = "google";
return SocialConnection;
}({});
//# sourceMappingURL=SocialConnection.js.map
;