@openid4vc/oauth2 0.3.0-alpha-20250511130123 → 0.3.0-alpha-20250511132052
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -816,7 +816,13 @@ type JwtSignerWithJwk = JwtSigner & {
|
|
|
816
816
|
};
|
|
817
817
|
type JweEncryptor = JwtSignerJwk & {
|
|
818
818
|
enc: string;
|
|
819
|
+
/**
|
|
820
|
+
* base64-url encoded apu
|
|
821
|
+
*/
|
|
819
822
|
apu?: string;
|
|
823
|
+
/**
|
|
824
|
+
* base64-url encoded apv
|
|
825
|
+
*/
|
|
820
826
|
apv?: string;
|
|
821
827
|
};
|
|
822
828
|
declare const zCompactJwt: z__default.ZodString;
|
package/dist/index.d.ts
CHANGED
|
@@ -816,7 +816,13 @@ type JwtSignerWithJwk = JwtSigner & {
|
|
|
816
816
|
};
|
|
817
817
|
type JweEncryptor = JwtSignerJwk & {
|
|
818
818
|
enc: string;
|
|
819
|
+
/**
|
|
820
|
+
* base64-url encoded apu
|
|
821
|
+
*/
|
|
819
822
|
apu?: string;
|
|
823
|
+
/**
|
|
824
|
+
* base64-url encoded apv
|
|
825
|
+
*/
|
|
820
826
|
apv?: string;
|
|
821
827
|
};
|
|
822
828
|
declare const zCompactJwt: z__default.ZodString;
|