Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IClaimOTKsResult
Interface IClaimOTKsResult
interface
IClaimOTKsResult
{
failures
:
{
[
serverName
:
string
]
:
object
;
}
;
one_time_keys
:
{
[
userId
:
string
]
:
{
[
deviceId
:
string
]
:
{
[
keyId
:
string
]
:
{
key
:
string
;
signatures
:
ISignatures
;
}
;
}
;
}
;
}
;
}
Index
Properties
failures
one_
time_
keys
Properties
failures
failures
:
{
[
serverName
:
string
]
:
object
;
}
one_
time_
keys
one_
time_
keys
:
{
[
userId
:
string
]
:
{
[
deviceId
:
string
]
:
{
[
keyId
:
string
]
:
{
key
:
string
;
signatures
:
ISignatures
;
}
;
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
failures
one_
time_
keys
matrix-js-sdk
Loading...