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

Function startSigninMainWindow

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

Source from the content-addressed store, hash-verified

102}
103
104function startSigninMainWindow() {
105 mgr.signinRedirect({ state: { some: "data" } }).then(function() {
106 log("signinRedirect done");
107 }).catch(function(err) {
108 console.error(err);
109 log(err);
110 });
111}
112
113function endSigninMainWindow() {
114 mgr.signinRedirectCallback().then(function(user) {

Callers

nothing calls this directly

Calls 3

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