MCPcopy Create free account
hub / github.com/EsperoTech/yaade / patchOAuth2

Function patchOAuth2

client/src/components/authTab/AuthTab.tsx:238–240  ·  view source on GitHub ↗
(data: AuthData['oauth2'])

Source from the content-addressed store, hash-verified

236 };
237
238 const patchOAuth2 = (data: AuthData['oauth2']) => {
239 patch({ oauth2: { ...authData?.oauth2, ...data } });
240 };
241 let grantTypeSettings = null;
242
243 switch (authData?.type) {

Callers 1

AuthTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected