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

Function deauthenticate

spec/ParseUser.spec.js:1370–1373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1368 return 'myoauth';
1369 },
1370 deauthenticate() {
1371 this.loggedOut = true;
1372 this.restoreAuthentication(null);
1373 },
1374 };
1375 };
1376

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…