Skip to main content

WebDIDProvider class

DIDManager identifier provider for did:web identifiers

Signature:

export declare class WebDIDProvider extends AbstractIdentifierProvider

Extends: AbstractIdentifierProvider

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the WebDIDProvider class

Methods

MethodModifiersDescription
addKey({ identifier, key, options }, context)
addService({ identifier, service, options }, context)
createIdentifier({ kms, alias, options }, context)
deleteIdentifier(identifier, context)
removeKey(args, context)
removeService(args, context)
updateIdentifier(args, context)