We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb082f commit 7a221bbCopy full SHA for 7a221bb
1 file changed
packages/client/lib/OpenID4VCIClient.ts
@@ -288,7 +288,7 @@ export class OpenID4VCIClient {
288
});
289
290
if (response.errorBody) {
291
- debug(`Access token error:\r\n${response.errorBody}`);
+ debug(`Access token error:\r\n${JSON.stringify(response.errorBody)}`);
292
throw Error(
293
`Retrieving an access token from ${this._state.endpointMetadata?.token_endpoint} for issuer ${this.getIssuer()} failed with status: ${
294
response.origResponse.status
0 commit comments