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