Skip to content

Commit

Permalink
Merge pull request #1287 from OsirisTerje/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Jan 19, 2022
2 parents a9cda05 + 7b7d6e0 commit 8572cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ some interface `ITenantProvider` and has a data store `IAuthTokenStore` that can
{
this.tenantProvider = tenantProvider ?? throw new ArgumentNullException(nameof(tenantProvider));
this.authTokenStore = authTokenStore ?? throw new ArgumentNullException(nameof(authTokenStore));
InnerHandler = new HttpClientHandler();
}

protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Expand Down Expand Up @@ -1227,4 +1228,4 @@ Note that exceptions raised when attempting to deserialize the response are not

For users of [Serilog](https://serilog.net), you can enrich the logging of `ApiException` using the
[Serilog.Exceptions.Refit](https://www.nuget.org/packages/Serilog.Exceptions.Refit) NuGet package. Details of how to
integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit).
integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit).

0 comments on commit 8572cb5

Please sign in to comment.