@openid4vc/oauth2 0.3.0-alpha-20251029102217 → 0.3.0-alpha-20251029103950

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
@@ -2257,7 +2257,8 @@ var Oauth2Client = class {
2257
2257
  scope: options.scope,
2258
2258
  callbacks: this.options.callbacks,
2259
2259
  pkceCodeVerifier: options.pkceCodeVerifier,
2260
- dpop: options.dpop
2260
+ dpop: options.dpop,
2261
+ state: options.state
2261
2262
  });
2262
2263
  }
2263
2264
  async retrievePreAuthorizedCodeAccessToken({ authorizationServerMetadata, preAuthorizedCode, additionalRequestPayload, txCode, dpop, resource }) {