MCPcopy Create free account
hub / github.com/parse-community/parse-server / validateUpdate

Method validateUpdate

src/Adapters/Auth/AuthAdapter.js:83–85  ·  view source on GitHub ↗

* Triggered when user provide authData related to this provider * the user is logged in and has already set this provider before * @param {Object} authData The client provided authData * @param {Object} options additional adapter options * @param {Parse.Cloud.TriggerRequest} request *

(authData, options, req)

Source from the content-addressed store, hash-verified

81 * @returns {Promise<ParseAuthResponse|void|undefined>}
82 */
83 validateUpdate(authData, options, req) {
84 return Promise.resolve({});
85 }
86
87 /**
88 * Triggered when user is looked up by authData with this provider. Override the `id` field if needed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected