MCPcopy
hub / github.com/authts/oidc-client-ts / removeUser

Function removeUser

samples/Parcel/src/code-flow-duendesoftware/sample.js:110–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110function removeUser() {
111 mgr.removeUser().then(function() {
112 log("user removed");
113 }).catch(function(err) {
114 console.error(err);
115 log(err);
116 });
117}
118
119function querySessionStatus() {
120 mgr.querySessionStatus().then(function(status) {

Callers

nothing calls this directly

Calls 3

removeUserMethod · 0.80
logFunction · 0.70
errorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…