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

Function deauthenticate

spec/EmailVerificationToken.spec.js:502–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 return 'facebook';
501 },
502 deauthenticate() {},
503 };
504 Parse.User._registerAuthenticationProvider(provider);
505 const res = await Parse.User._logInWith('facebook').catch(e => e);

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…