Skip to content

Commit 7224834

Browse files
Update googleapis_auth/lib/src/sts_auth_client.dart
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a6f91fb commit 7224834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapis_auth/lib/src/sts_auth_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class StsAuthClient extends AutoRefreshDelegatingClient {
151151
token = subjectToken;
152152
} else {
153153
throw ServerRequestFailedException(
154-
'Subject token field "$fieldName" not found in JSON response.',
154+
'Subject token field "$fieldName" not found or not a string in JSON response.',
155155
responseContent: token,
156156
statusCode: response.statusCode,
157157
);

0 commit comments

Comments
 (0)