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

Function Me

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

Source from the content-addressed store, hash-verified

873 return Be(n, o);
874 },
875 Me = function (e) {
876 if (!e.clientId || "string" != typeof e.clientId) throw new Error('The "clientId" should be a string.');
877 if (((X.client.clientId = e.clientId), !e.redirectURI || "string" != typeof e.redirectURI))
878 throw new Error('The "redirectURI" should be a string.');
879 (X.client.redirectURI = e.redirectURI), ze(e), Se(), (F.isInit = !0);
880 },
881 ye = function () {
882 (R[1] = "2"), me(null, !1);
883 },

Callers 2

apple-auth.jsFile · 0.85
FeFunction · 0.85

Calls 2

zeFunction · 0.85
SeFunction · 0.85

Tested by

no test coverage detected