@openid4vc/oauth2 0.3.0-alpha-20251029091020 → 0.3.0-alpha-20251029093110

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.mjs CHANGED
@@ -1952,6 +1952,7 @@ async function sendAuthorizationChallengeRequest(options) {
1952
1952
  ...options.additionalRequestPayload,
1953
1953
  auth_session: options.authSession,
1954
1954
  scope: options.scope,
1955
+ redirect_uri: options.redirectUri,
1955
1956
  resource: options.resource,
1956
1957
  code_challenge: pkce?.codeChallenge,
1957
1958
  code_challenge_method: pkce?.codeChallengeMethod,
@@ -2203,6 +2204,7 @@ var Oauth2Client = class {
2203
2204
  authorizationServerMetadata: options.authorizationServerMetadata,
2204
2205
  additionalRequestPayload: options.additionalRequestPayload,
2205
2206
  pkceCodeVerifier: pkce?.codeVerifier,
2207
+ redirectUri: options.redirectUri,
2206
2208
  scope: options.scope,
2207
2209
  resource: options.resource,
2208
2210
  dpop: options.dpop