UNPKG

node-appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

12 lines (11 loc) 479 B
// src/enums/authentication-factor.ts var AuthenticationFactor = /* @__PURE__ */ ((AuthenticationFactor2) => { AuthenticationFactor2["Email"] = "email"; AuthenticationFactor2["Phone"] = "phone"; AuthenticationFactor2["Totp"] = "totp"; AuthenticationFactor2["Recoverycode"] = "recoverycode"; return AuthenticationFactor2; })(AuthenticationFactor || {}); export { AuthenticationFactor }; //# sourceMappingURL=out.js.map //# sourceMappingURL=authentication-factor.mjs.map