@@ -398,9 +398,6 @@ class ParseUser extends ParseObject {
398398 *
399399 * <p>A username and password must be set before calling signUp.</p>
400400 *
401- * <p>Calls options.success or options.error on completion.</p>
402- *
403-
404401 * @param {Object } attrs Extra fields to set on the new user, or null.
405402 * @param {Object } options
406403 * @return {Promise } A promise that is fulfilled when the signup
@@ -432,9 +429,6 @@ class ParseUser extends ParseObject {
432429 *
433430 * <p>A username and password must be set before calling logIn.</p>
434431 *
435- * <p>Calls options.success or options.error on completion.</p>
436- *
437-
438432 * @param {Object } options
439433 * @return {Promise } A promise that is fulfilled with the user when
440434 * the login is complete.
@@ -601,9 +595,6 @@ class ParseUser extends ParseObject {
601595 * session in localStorage so that you can access the user using
602596 * {@link #current}.
603597 *
604- * <p>Calls options.success or options.error on completion.</p>
605- *
606-
607598 * @param {String } username The username (or email) to sign up with.
608599 * @param {String } password The password to sign up with.
609600 * @param {Object } attrs Extra fields to set on the new user.
@@ -625,9 +616,6 @@ class ParseUser extends ParseObject {
625616 * saves the session to disk, so you can retrieve the currently logged in
626617 * user using <code>current</code>.
627618 *
628- * <p>Calls options.success or options.error on completion.</p>
629- *
630-
631619 * @param {String } username The username (or email) to log in with.
632620 * @param {String } password The password to log in with.
633621 * @param {Object } options
@@ -661,9 +649,6 @@ class ParseUser extends ParseObject {
661649 * to disk, so you can retrieve the currently logged in user using
662650 * <code>current</code>.
663651 *
664- * <p>Calls options.success or options.error on completion.</p>
665- *
666-
667652 * @param {String } sessionToken The sessionToken to log in with.
668653 * @param {Object } options
669654 * @static
@@ -755,9 +740,6 @@ class ParseUser extends ParseObject {
755740 * associated with the user account. This email allows the user to securely
756741 * reset their password on the Parse site.
757742 *
758- * <p>Calls options.success or options.error on completion.</p>
759- *
760-
761743 * @param {String } email The email address associated with the user that
762744 * forgot their password.
763745 * @param {Object } options
@@ -781,8 +763,6 @@ class ParseUser extends ParseObject {
781763 /**
782764 * Request an email verification.
783765 *
784- * <p>Calls options.success or options.error on completion.</p>
785- *
786766 * @param {String } email The email address associated with the user that
787767 * forgot their password.
788768 * @param {Object } options
0 commit comments