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
* Sign up or logs in a user with a third party auth data(AccessToken).
7416
+
* On success, this saves the session to disk, so you can retrieve the currently
7417
+
* logged in user using <code>current</code>.
7418
+
*
7419
+
* <p>Calls options.success or options.error on completion.</p>
7420
+
*
7421
+
* @param {Object} data The response json data returned from third party token.
7422
+
* @param {string} platform Available platform for sign up.
7423
+
* @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.
7424
+
* @return {AV.Promise} A promise that is fulfilled with the user when
0 commit comments