From 622cfbb976f3fb7506b59a3fd66dc5e0b0843ba4 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 12 Aug 2021 16:18:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caad951..931d747 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ An implementation of an automatically synchronized order book. Implement exchang `DoReset`: Reset the state of the orderbook, called when the connection is lost. `DoChecksum`: [Optional] Validate the order book with a checksum. -**[Exchange]AuthenticationProvider** +**[Exchange]AuthenticationProvider** An implementation of the AuthenticationProvider base class. Should contain the logic for authenticating requests from the RestClient on protected endpoints. Override these methods as needed: `AddAuthenticationToParameters`: Will be called before `AddAuthenticationToHeaders`, allows the implementation to add specific parameters to the request which are needed for protected endpoints. `AddAuthenticationToHeaders`: Will be called after `AddAuthenticationToParameters`, allows the implementation to add specific headers to the request message.