()
| 1888 | * Returns undefined when using external API keys or third-party services. |
| 1889 | */ |
| 1890 | export function getOauthAccountInfo(): AccountInfo | undefined { |
| 1891 | return isAnthropicAuthEnabled() ? getGlobalConfig().oauthAccount : undefined |
| 1892 | } |
| 1893 | |
| 1894 | /** |
| 1895 | * Checks if overage/extra usage provisioning is allowed for this organization. |
no test coverage detected