Skip to content

Commit 84533ee

Browse files
committed
fix: update IAMSigner to use universeDomain parameter
1 parent 2a57b8e commit 84533ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapis_auth/lib/src/impersonated_auth_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class ImpersonatedAuthClient extends AutoRefreshDelegatingClient {
201201
final signer = IAMSigner(
202202
_sourceClient,
203203
serviceAccountEmail: _targetServiceAccount,
204-
endpoint: 'https://iamcredentials.$_universeDomain',
204+
universeDomain: _universeDomain,
205205
);
206206
return signer.sign(data);
207207
}

0 commit comments

Comments
 (0)