We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89eec6 commit 105b94bCopy full SHA for 105b94b
src/ParseError.js
@@ -451,6 +451,22 @@ ParseError.ACCOUNT_ALREADY_LINKED = 208;
451
*/
452
ParseError.INVALID_SESSION_TOKEN = 209;
453
454
+/**
455
+ * Error code indicating an error enabling or verifying MFA
456
+ *
457
+ * @property {number} MFA_ERROR
458
+ * @static
459
+ */
460
+ParseError.MFA_ERROR = 210;
461
+
462
463
+ * Error code indicating that a valid MFA token must be provided
464
465
+ * @property {number} MFA_TOKEN_REQUIRED
466
467
468
+ParseError.MFA_TOKEN_REQUIRED = 211;
469
470
/**
471
* Error code indicating that a user cannot be linked to an account because
472
* that account's id could not be found.
0 commit comments