> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 0.9.1 **`(fix):`** Support OAuth without token refresh. Example of initializing a client with OAuth: ```java ExampleApiClient client = ExampleApiClient .builder() .clientId("4bf2a37d-8512-44a2-af50-28a7701d9f2e") .clientSecret("b3b187b0-ef48-49ba-9d99-80d89fd11c4a") .build(); ```