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

Function startSignoutMainWindow

samples/Parcel/src/user-manager/sample.js:149–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149function startSignoutMainWindow() {
150 mgr.signoutRedirect().then(function(resp) {
151 log("signed out", resp);
152 }).catch(function(err) {
153 console.error(err);
154 log(err);
155 });
156}
157
158function endSignoutMainWindow() {
159 mgr.signoutRedirectCallback().then(function(resp) {

Callers

nothing calls this directly

Calls 3

signoutRedirectMethod · 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…