Skip to content

Commit

Permalink
Update HttpClientAuthenticationStub
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters committed Nov 12, 2024
1 parent 3caacc4 commit 3000f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class HttpClientAuthenticationStub

protected:
// Implementation of HttpClientAuthentication
void Authenticate(infra::BoundedConstString scheme, infra::BoundedConstString value) override
void Authenticate(services::HttpVerb verb, infra::BoundedConstString target, infra::BoundedConstString scheme, infra::BoundedConstString value) override
{}

infra::BoundedConstString AuthenticationHeader() const override
Expand Down

0 comments on commit 3000f0e

Please sign in to comment.