MCPcopy
hub / github.com/parse-community/parse-server / beforeFind

Method beforeFind

src/Adapters/Auth/AuthAdapter.js:91–93  ·  view source on GitHub ↗

* Triggered when user is looked up by authData with this provider. Override the `id` field if needed. * @param {Object} authData The client provided authData

(authData)

Source from the content-addressed store, hash-verified

89 * @param {Object} authData The client provided authData
90 */
91 beforeFind(authData) {
92
93 }
94
95 /**
96 * Triggered in pre authentication process if needed (like webauthn, SMS OTP)

Callers 9

findUsersWithAuthDataFunction · 0.45
rest.spec.jsFile · 0.45
CloudCode.spec.jsFile · 0.45
RateLimit.spec.jsFile · 0.45
linkedIn.spec.jsFile · 0.45
microsoft.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected