MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / Fe

Function Fe

webapp/_webapp/src/libs/apple-auth.js:1050–1072  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1048 renderButton: Se,
1049 },
1050 Fe = function () {
1051 if (((t = Pe()), Object.keys(t).length > 0)) {
1052 "1" === R[0] ? (R[0] = "4") : (R[0] = "2");
1053 var e = (function () {
1054 var e = { clientId: "", scope: "", redirectURI: "", state: "", nonce: "" },
1055 t = Pe();
1056 t[be.ClientId] && (e.clientId = t[be.ClientId]),
1057 t[be.Scope] && (e.scope = t[be.Scope]),
1058 t[be.RedirectURI] && (e.redirectURI = t[be.RedirectURI]),
1059 t[be.State] && (e.state = t[be.State]),
1060 t[be.Nonce] && (e.nonce = t[be.Nonce]),
1061 t[be.UsePopup] && (e.usePopup = "true" === t[be.UsePopup]),
1062 t[be.CodeChallenge] && (e.codeChallenge = t[be.CodeChallenge]),
1063 t[be.CodeChallengeMethod] && (e.codeChallengeMethod = t[be.CodeChallengeMethod]);
1064 var i = t[be.DEV_ENV],
1065 o = t[be.DEV_PATH],
1066 n = t[be.DEV_URI];
1067 return (i || o || n) && (i && (X.env = i), o && (X.path = o), n && ((X.baseURI = n), he(X))), e;
1068 })();
1069 Me(G({}, e, Re));
1070 }
1071 var t;
1072 };
1073 "complete" === document.readyState || "loaded" === document.readyState || "interactive" === document.readyState
1074 ? Fe()
1075 : document.addEventListener("DOMContentLoaded", function () {

Callers 1

apple-auth.jsFile · 0.85

Calls 5

PeFunction · 0.85
heFunction · 0.85
MeFunction · 0.85
GFunction · 0.85
keysMethod · 0.65

Tested by

no test coverage detected