()
| 1663 | * Returns undefined when using external API keys or third-party services. |
| 1664 | */ |
| 1665 | export function getOauthAccountInfo(): AccountInfo | undefined { |
| 1666 | return isAnthropicAuthEnabled() ? getGlobalConfig().oauthAccount : undefined |
| 1667 | } |
| 1668 | |
| 1669 | /** |
| 1670 | * Checks if overage/extra usage provisioning is allowed for this organization. |
no test coverage detected