Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
IClaimOTKsResult
Interface IClaimOTKsResult
Hierarchy
IClaimOTKsResult
Index
Properties
failures
one_
time_
keys
Properties
failures
failures
:
{
[serverName:
string
]
:
object
;
}
Type declaration
[
serverName:
string
]:
object
one_
time_
keys
one_
time_
keys
:
{
[userId:
string
]
:
{
[deviceId:
string
]
:
{
[keyId:
string
]
:
{
key
:
string
;
signatures
:
ISignatures
;
}
;
}
;
}
;
}
Type declaration
[
userId:
string
]:
{
[deviceId:
string
]
:
{
[keyId:
string
]
:
{
key
:
string
;
signatures
:
ISignatures
;
}
;
}
;
}
[
deviceId:
string
]:
{
[keyId:
string
]
:
{
key
:
string
;
signatures
:
ISignatures
;
}
;
}
[
keyId:
string
]:
{
key
:
string
;
signatures
:
ISignatures
;
}
key
:
string
signatures
:
ISignatures
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
matrix-
js-
sdk
<internal>
Content
Helpers
Secret
Storage
IClaimOTKs
Result
failures
one_
time_
keys
Generated using
TypeDoc