MCPcopy
hub / github.com/strongloop/loopback / logout

Function logout

test/user.test.js:1296–1298  ·  view source on GitHub ↗
(err, accessToken)

Source from the content-addressed store, hash-verified

1294 }
1295
1296 function logout(err, accessToken) {
1297 User.logout(accessToken.id, verify(accessToken.id, done));
1298 }
1299 });
1300
1301 it('Logout a user by providing the current accessToken id (using node) - promise variant',

Callers

nothing calls this directly

Calls 2

verifyFunction · 0.85
doneFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…