Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ If you're hosting transformer.bee in the same network or your localhost and ther

```csharp
using TransformerBeeClient;
var myAuthenticator = new NoAuthenticationProvider();
var myAuthenticator = new NoAuthenticator();
```
Its name says it all 😉 - but you still need it.

#### OAuth2 Client and Secret
If, which is more likely, Hochfrequenz provided you with a client Id and secret, you can use the `ClientIdClientSecretAuthenticator` class like this:
Expand Down