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