MCPcopy Index your code
hub / github.com/simstudioai/sim / getServiceAccountProviderForProviderId

Function getServiceAccountProviderForProviderId

apps/sim/lib/oauth/utils.ts:527–530  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

525}
526
527export function getServiceAccountProviderForProviderId(providerId: string): string | undefined {
528 const serviceConfig = getServiceConfigByProviderId(providerId)
529 return serviceConfig?.serviceAccountProviderId
530}
531
532export function getCanonicalScopesForProvider(providerId: string): string[] {
533 const service = getServiceConfigByProviderId(providerId)

Callers 2

transformBlockMetadataFunction · 0.90
route.tsFile · 0.90

Calls 1

Tested by

no test coverage detected