()
| 1613 | * Returns undefined when using external API keys or third-party services. |
| 1614 | */ |
| 1615 | export function getOauthAccountInfo(): AccountInfo | undefined { |
| 1616 | return isAnthropicAuthEnabled() ? getGlobalConfig().oauthAccount : undefined |
| 1617 | } |
| 1618 | |
| 1619 | /** |
| 1620 | * Checks if overage/extra usage provisioning is allowed for this organization. |
no test coverage detected