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