@openid4vc/oauth2 0.3.0-alpha-20250404180231 → 0.3.0-alpha-20250404180358
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2013,7 +2013,7 @@ async function verifyAccessTokenRequestClientAttestation(options, authorizationS
|
|
|
2013
2013
|
return void 0;
|
|
2014
2014
|
}
|
|
2015
2015
|
throw new Oauth2ServerErrorResponseError({
|
|
2016
|
-
error: "
|
|
2016
|
+
error: "invalid_client" /* InvalidClient */,
|
|
2017
2017
|
error_description: `Missing required client attestation parameters in access token request. Make sure to provide the '${oauthClientAttestationHeader}' and '${oauthClientAttestationPopHeader}' header values.`
|
|
2018
2018
|
});
|
|
2019
2019
|
}
|