> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.20.2

**`(fix):`** 修复 OAuth 令牌获取以使用 GetOrFetch 而不是 GetToken。

## 1.20.1

**`(fix):`** 改进 OAuth 令牌获取，增加并发保护和更好的错误处理。多个并发请求现在共享单个令牌获取，而不是每个都触发自己的请求。为 OAuth 响应添加空指针检查，并在服务器不提供 expires\_in 值时提供 1 小时默认过期回退。