()
| 1681 | * Returns undefined when using external API keys or third-party services. |
| 1682 | */ |
| 1683 | export function getOauthAccountInfo(): AccountInfo | undefined { |
| 1684 | return isAnthropicAuthEnabled() ? getGlobalConfig().oauthAccount : undefined |
| 1685 | } |
| 1686 | |
| 1687 | /** |
| 1688 | * Checks if overage/extra usage provisioning is allowed for this organization. |
no test coverage detected