@@ -398,9 +398,6 @@ class ParseUser extends ParseObject {
398
398
*
399
399
* <p>A username and password must be set before calling signUp.</p>
400
400
*
401
- * <p>Calls options.success or options.error on completion.</p>
402
- *
403
-
404
401
* @param {Object } attrs Extra fields to set on the new user, or null.
405
402
* @param {Object } options
406
403
* @return {Promise } A promise that is fulfilled when the signup
@@ -432,9 +429,6 @@ class ParseUser extends ParseObject {
432
429
*
433
430
* <p>A username and password must be set before calling logIn.</p>
434
431
*
435
- * <p>Calls options.success or options.error on completion.</p>
436
- *
437
-
438
432
* @param {Object } options
439
433
* @return {Promise } A promise that is fulfilled with the user when
440
434
* the login is complete.
@@ -601,9 +595,6 @@ class ParseUser extends ParseObject {
601
595
* session in localStorage so that you can access the user using
602
596
* {@link #current}.
603
597
*
604
- * <p>Calls options.success or options.error on completion.</p>
605
- *
606
-
607
598
* @param {String } username The username (or email) to sign up with.
608
599
* @param {String } password The password to sign up with.
609
600
* @param {Object } attrs Extra fields to set on the new user.
@@ -625,9 +616,6 @@ class ParseUser extends ParseObject {
625
616
* saves the session to disk, so you can retrieve the currently logged in
626
617
* user using <code>current</code>.
627
618
*
628
- * <p>Calls options.success or options.error on completion.</p>
629
- *
630
-
631
619
* @param {String } username The username (or email) to log in with.
632
620
* @param {String } password The password to log in with.
633
621
* @param {Object } options
@@ -661,9 +649,6 @@ class ParseUser extends ParseObject {
661
649
* to disk, so you can retrieve the currently logged in user using
662
650
* <code>current</code>.
663
651
*
664
- * <p>Calls options.success or options.error on completion.</p>
665
- *
666
-
667
652
* @param {String } sessionToken The sessionToken to log in with.
668
653
* @param {Object } options
669
654
* @static
@@ -755,9 +740,6 @@ class ParseUser extends ParseObject {
755
740
* associated with the user account. This email allows the user to securely
756
741
* reset their password on the Parse site.
757
742
*
758
- * <p>Calls options.success or options.error on completion.</p>
759
- *
760
-
761
743
* @param {String } email The email address associated with the user that
762
744
* forgot their password.
763
745
* @param {Object } options
@@ -781,8 +763,6 @@ class ParseUser extends ParseObject {
781
763
/**
782
764
* Request an email verification.
783
765
*
784
- * <p>Calls options.success or options.error on completion.</p>
785
- *
786
766
* @param {String } email The email address associated with the user that
787
767
* forgot their password.
788
768
* @param {Object } options
0 commit comments