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
Copy file name to clipboardExpand all lines: src/Adapters/Auth/AuthAdapter.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ export class AuthAdapter {
40
40
@returns a promise that resolves, the resolved value will be handled by the server like:
41
41
- resolve undefined|void|{} parse server will save authData
42
42
- resolve { doNotSave: boolean, response: Object} parse server will do not save provided authData and send response to the client under authDataResponse
43
-
- resolve { response: Object} parse server will save authData and send response to the client under authDataResponse
43
+
- resolve { response: Object } parse server will save authData and send response to the client under authDataResponse
44
+
- resolve { response: Object, save: Object } parse server will save the object provided into `save` key and send response to the client under authDataResponse
0 commit comments