getOauthAccountInfo function

AccountInfo? getOauthAccountInfo()

Get OAuth account info (only for 1P Anthropic API).

Implementation

AccountInfo? getOauthAccountInfo() {
  return isAnthropicAuthEnabled() ? _storedAccountInfo : null;
}