getOauthAccountInfo function
Get OAuth account info (only for 1P Anthropic API).
Implementation
AccountInfo? getOauthAccountInfo() {
return isAnthropicAuthEnabled() ? _storedAccountInfo : null;
}
Get OAuth account info (only for 1P Anthropic API).
AccountInfo? getOauthAccountInfo() {
return isAnthropicAuthEnabled() ? _storedAccountInfo : null;
}