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

Function authenticate

spec/EmailVerificationToken.spec.js:493–495  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

491 authData: { id: '8675309', access_token: 'jenny' },
492 shouldError: false,
493 authenticate(options) {
494 options.success(this, this.authData);
495 },
496 restoreAuthentication() {
497 return true;
498 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…