@openid4vc/oauth2 0.3.0-alpha-20250307131618 → 0.3.0-alpha-20250315153009

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.d.mts CHANGED
@@ -2178,7 +2178,7 @@ type VerifyJwtCallback = (jwtSigner: JwtSigner, jwt: {
2178
2178
  signerJwk?: Jwk;
2179
2179
  }>;
2180
2180
  interface DecryptJweCallbackOptions {
2181
- jwk: Jwk;
2181
+ jwk?: Jwk;
2182
2182
  }
2183
2183
  type DecryptJweCallback = (jwe: string, options?: DecryptJweCallbackOptions) => OrPromise<{
2184
2184
  decrypted: true;
package/dist/index.d.ts CHANGED
@@ -2178,7 +2178,7 @@ type VerifyJwtCallback = (jwtSigner: JwtSigner, jwt: {
2178
2178
  signerJwk?: Jwk;
2179
2179
  }>;
2180
2180
  interface DecryptJweCallbackOptions {
2181
- jwk: Jwk;
2181
+ jwk?: Jwk;
2182
2182
  }
2183
2183
  type DecryptJweCallback = (jwe: string, options?: DecryptJweCallbackOptions) => OrPromise<{
2184
2184
  decrypted: true;