> 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.8.0

**`(feat):`** 添加对带令牌刷新的客户端凭据 OAuth 的支持。

现在您可以通过传入 clientId 和 clientSecret 来实例化您的 SDK，
并让 Fern 处理检索和刷新令牌。

```cs
var client = new ImdbClient("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET");
await client.doThing();
```

## 1.7.0

**`(feat):`** 添加对生成 `reference.md` 文件的支持。

## 1.6.0

**`(feat):`** 添加对生成 `README.md` 文件的支持。