Skip to content

Commit

Permalink
Add alg to SigningKey types (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: David Patrick <david.patrick@auth0.com>
# Conflicts:
#	index.d.ts
  • Loading branch information
okko authored and davidpatrick committed Feb 23, 2021
1 parent 4679199 commit bd4be6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ declare namespace JwksRsa {
interface CertSigningKey {
kid: string;
nbf: string;
alg: string;
getPublicKey(): string;
publicKey: string;
}
Expand All @@ -65,6 +66,7 @@ declare namespace JwksRsa {
interface RsaSigningKey {
kid: string;
nbf: string;
alg: string;
getPublicKey(): string;
rsaPublicKey: string;
}
Expand Down

0 comments on commit bd4be6a

Please sign in to comment.