@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) • 484 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AuthenticatorAttachment = void 0;
let AuthenticatorAttachment = exports.AuthenticatorAttachment = /*#__PURE__*/function (AuthenticatorAttachment) {
AuthenticatorAttachment["Platform"] = "platform";
AuthenticatorAttachment["CrossPlatform"] = "cross-platform";
AuthenticatorAttachment["Any"] = "any";
return AuthenticatorAttachment;
}({});
//# sourceMappingURL=PasskeyCreationOptions.js.map
;