Skip to main content

WebDIDProvider.addKey() method

Signature:

addKey({ identifier, key, options }: {
identifier: IIdentifier;
key: IKey;
options?: any;
}, context: IContext): Promise<any>;

Parameters

ParameterTypeDescription
{ identifier, key, options }{ identifier: IIdentifier; key: IKey; options?: any; }
contextIContext

Returns:

Promise<any>