We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0388ab1 commit 74b789fCopy full SHA for 74b789f
lib/index.js
@@ -9,7 +9,7 @@ module.exports = (debugNamePrefix, baseDir, refreshIntervalMillis, signingKeyPas
9
getCurrentSigningKeyId: keystore.getCurrentSigningKeyId,
10
getPrivateKey: keystore.getPrivateKey,
11
getCertificate: keystore.getCertificate,
12
- getAllCertificatesAsJWK: keystore.getAllCertificatesAsJWK,
+ getAllCertificatesAsJWKS: keystore.getAllCertificatesAsJWKS,
13
KeystoreError,
14
PrivateKeyNotFoundError,
15
CertificateNotFoundError
0 commit comments