@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.js CHANGED
@@ -2282,7 +2282,8 @@ var Oauth2Client = class {
2282
2282
  scope: options.scope,
2283
2283
  callbacks: this.options.callbacks,
2284
2284
  pkceCodeVerifier: options.pkceCodeVerifier,
2285
- dpop: options.dpop
2285
+ dpop: options.dpop,
2286
+ state: options.state
2286
2287
  });
2287
2288
  }
2288
2289
  async retrievePreAuthorizedCodeAccessToken({ authorizationServerMetadata, preAuthorizedCode, additionalRequestPayload, txCode, dpop, resource }) {