WebDIDProvider.removeKey() method
Signature:
removeKey(args: {
identifier: IIdentifier;
kid: string;
options?: any;
}, context: IContext): Promise<any>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ identifier: IIdentifier; kid: string; options?: any; } | |
|
context |
IContext |
Promise<any>