13 lines
475 B
JavaScript
13 lines
475 B
JavaScript
'use strict';
|
|
|
|
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
|