We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f54e06 commit e2f723bCopy full SHA for e2f723b
packages/key-manager/src/agent/SphereonKeyManager.ts
@@ -21,6 +21,7 @@ export class SphereonKeyManager extends VeramoKeyManager {
21
this.availableKMSes = options.kms
22
const methods = this.methods
23
methods.keyManagerVerify = this.keyManagerVerify.bind(this)
24
+ methods.keyManagerListKeys = this.keyManagerListKeys.bind(this)
25
this.localMethods = <ISphereonKeyManager>(<unknown>methods)
26
}
27
0 commit comments