You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed commits:
[55aecf9] Removed test for logInAnonymously
[35b11da] Removed logAnonymously
[39f3504] Fixed version number
Fixed version number
Renamed method to AV.User.signUpOrlogInWithAuthData
Renamed method to
AV.User.logInAnonymously
Added Function test for both methods
[bdd7c92] Updated date
[d91cfe0] 增加用户方法
1.0.0-rc3-addUserMethods
详情见Change Log
* Sign up or logs in a user with a third party auth data(AccessToken).
736
+
* On success, this saves the session to disk, so you can retrieve the currently
737
+
* logged in user using <code>current</code>.
738
+
*
739
+
* <p>Calls options.success or options.error on completion.</p>
740
+
*
741
+
* @param {Object} data The response json data returned from third party token.
742
+
* @param {string} platform Available platform for sign up.
743
+
* @param {Object} [callback] An object that has an optional success function, that takes no arguments and will be called on a successful puSH. and an error function that takes a AV.Error and will be called if the push failed.
744
+
* @return {AV.Promise} A promise that is fulfilled with the user when
0 commit comments