trixnity-client-repository-room
Toggle table of contents
4.21.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.trixnity.client.store.repository.room
/
RoomKeyChainLink
Room
Key
Chain
Link
data
class
RoomKeyChainLink
(
val
signingUserId
:
UserId
,
val
signingKeyId
:
String
,
val
signingKeyValue
:
String
,
val
signedUserId
:
UserId
,
val
signedKeyId
:
String
,
val
signedKeyValue
:
String
)
Members
Constructors
Room
Key
Chain
Link
Link copied to clipboard
constructor
(
signingUserId
:
UserId
,
signingKeyId
:
String
,
signingKeyValue
:
String
,
signedUserId
:
UserId
,
signedKeyId
:
String
,
signedKeyValue
:
String
)
Properties
signed
Key
Id
Link copied to clipboard
val
signedKeyId
:
String
signed
Key
Value
Link copied to clipboard
val
signedKeyValue
:
String
signed
User
Id
Link copied to clipboard
val
signedUserId
:
UserId
signing
Key
Id
Link copied to clipboard
val
signingKeyId
:
String
signing
Key
Value
Link copied to clipboard
val
signingKeyValue
:
String
signing
User
Id
Link copied to clipboard
val
signingUserId
:
UserId