Type alias SecretStorageKeyObject

SecretStorageKeyObject: {
    keyId: string;
    keyInfo: SecretStorageKeyDescription;
}

Return type for addKey.

Type declaration

Generated using TypeDoc