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
13 lines (11 loc) • 475 B
JavaScript
var AuthenticationFactor = /* @__PURE__ */ ((AuthenticationFactor2) => {
AuthenticationFactor2["Email"] = "email";
AuthenticationFactor2["Phone"] = "phone";
AuthenticationFactor2["Totp"] = "totp";
AuthenticationFactor2["Recoverycode"] = "recoverycode";
return AuthenticationFactor2;
})(AuthenticationFactor || {});
exports.AuthenticationFactor = AuthenticationFactor;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=authentication-factor.js.map
;