diff --git a/docs/authenticators.md b/docs/authenticators.md index efb77f719..ba0169722 100644 --- a/docs/authenticators.md +++ b/docs/authenticators.md @@ -65,7 +65,7 @@ For example: ```csharp client.Authenticator = new OAuth2AuthorizationRequestHeaderAuthenticator( - "Bearer", token + token, "Bearer" ); ```