Skip to main content

JwkDIDProvider class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

DIDManager identifier provider for did:jwk identifiers

This API may change without a BREAKING CHANGE notice.

Signature:

export declare class JwkDIDProvider extends AbstractIdentifierProvider

Extends: AbstractIdentifierProvider

Constructors

Constructor

Modifiers

Description

(constructor)(options)

(BETA) Constructs a new instance of the JwkDIDProvider class

Methods

Method

Modifiers

Description

addKey({ identifier, key, options }, context)

(BETA)

addService({ identifier, service, options }, context)

(BETA)

createIdentifier({ kms, options }, context)

(BETA)

deleteIdentifier(identifier, context)

(BETA)

removeKey(args, context)

(BETA)

removeService(args, context)

(BETA)

updateIdentifier(args, context)

(BETA)