Skip to content

Commit 2408cac

Browse files
okkodavidpatrick
andauthoredFeb 23, 2021
Add alg to SigningKey types (#220)
Co-authored-by: David Patrick <david.patrick@auth0.com>
1 parent 596e944 commit 2408cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ declare namespace JwksRsa {
4444

4545
interface CertSigningKey {
4646
kid: string;
47+
alg: string;
4748
getPublicKey(): string;
4849
publicKey: string;
4950
}
@@ -63,6 +64,7 @@ declare namespace JwksRsa {
6364

6465
interface RsaSigningKey {
6566
kid: string;
67+
alg: string;
6668
getPublicKey(): string;
6769
rsaPublicKey: string;
6870
}

0 commit comments

Comments
 (0)
Please sign in to comment.