MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / getIssuerUrlForProviderId

Function getIssuerUrlForProviderId

packages/web/src/auth.ts:462–466  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

460 * provider id, which is also what we store in `Account.providerId`).
461 */
462const getIssuerUrlForProviderId = async (providerId: string) => {
463 const providers = await getProviders();
464 const matchingProvider = providers.find((provider) => provider.id === providerId);
465 return matchingProvider?.issuerUrl;
466}

Callers 2

auth.tsFile · 0.85
jwtFunction · 0.85

Calls 1

getProvidersFunction · 0.85

Tested by

no test coverage detected