Skip to content

Commit

Permalink
Close code block
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed May 22, 2024
1 parent 0e1e7b1 commit 7c6dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/http/rest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ class CombinedAuth(AuthConfigBase):
request.headers["Authorization"] = f"Bearer {self.client_secret}"
request.prepare_url(request.url, {"client_id": self.client_id})
return request

```

Then, you can use your custom authentication class with the `RESTClient`:

Expand Down

0 comments on commit 7c6dcbd

Please sign in to comment.