Skip to content

Commit c333dbe

Browse files
Added missing Credential args to ErrorHandlingHttpClient (#123)
1 parent 89eecc4 commit c333dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAdmin/FirebaseAdmin/Auth/IAMSigner.cs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public IAMSigner(
4949
new ErrorHandlingHttpClientArgs<FirebaseAuthException>()
5050
{
5151
HttpClientFactory = clientFactory,
52+
Credential = credential,
5253
ErrorResponseHandler = IAMSignerErrorHandler.Instance,
5354
RequestExceptionHandler = AuthErrorHandler.Instance,
5455
DeserializeExceptionHandler = AuthErrorHandler.Instance,

0 commit comments

Comments
 (0)