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
* @param {Object} authData The response json data returned from third party token, maybe like { openid: 'abc123', access_token: '123abc', expires_in: 1382686496 }
167
+
* @param {string} platform Available platform for sign up.
168
+
* @return {Promise<AV.User>} A promise that is fulfilled with the user when completed.
* Associate a user with a third party auth data(AccessToken).
805
-
*
806
-
* @param {AV.User} userObj A user which you want to associate.
807
-
* @param {string} platform Available platform for sign up.
808
-
* @param {Object} authData The response json data returned from third party token, maybe like { openid: 'abc123', access_token: '123abc', expires_in: 1382686496 }
809
-
* @return {Promise} A promise that is fulfilled with the user when completed.
0 commit comments