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

Function endSigninMainWindow

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

Source from the content-addressed store, hash-verified

111}
112
113function endSigninMainWindow() {
114 mgr.signinRedirectCallback().then(function(user) {
115 log("signed in", user);
116 }).catch(function(err) {
117 console.error(err);
118 log(err);
119 });
120}
121
122function popupSignin() {
123 mgr.signinPopup().then(function(user) {

Callers

nothing calls this directly

Calls 3

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…