Skip to content

Commit

Permalink
update AuthorizationHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Carpenter committed Feb 26, 2024
1 parent 29125f4 commit 4faa55a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ internal class AuthorizationHandler : DelegatingHandler
/// <param name="credentials">The set of credentials to use for the token acquisition</param>
/// <param name="httpTimeoutSeconds">Integer value specifying HTTP timeout when making requests to HDC</param>
public AuthorizationHandler(AuthorizationHandlerCredentials credentials, uint httpTimeoutSeconds)
: base(new HttpClientHandler())
{
_accessToken = null;
_authCredentials = credentials;
Expand Down

0 comments on commit 4faa55a

Please sign in to comment.