matrix-js-sdk
Preparing search index...
matrix
SecretStorage
SecretStorageKeyObject
Type Alias SecretStorageKeyObject
Return type for
ServerSideSecretStorageImpl#addKey
.
type
SecretStorageKeyObject
=
{
keyId
:
string
;
keyInfo
:
SecretStorageKeyDescription
;
}
Index
Properties
key
Id
key
Info
Properties
key
Id
keyId
:
string
The ID of the key
key
Info
keyInfo
:
SecretStorageKeyDescription
details about the key
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
Id
key
Info
matrix-js-sdk
Loading...
Return type for ServerSideSecretStorageImpl#addKey.