PrivMX
DOCS
Toggle table of contents
Search in API
2.2
common
Platform filter
common
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.model
/
UserWithPubKey
User
With
Pub
Key
data
class
UserWithPubKey
(
val
userId
:
String
,
val
pubKey
:
String
)
Contains ID of user and the corresponding public key.
Members
Constructors
User
With
Pub
Key
Link copied to clipboard
constructor
(
userId
:
String
,
pubKey
:
String
)
Properties
pub
Key
Link copied to clipboard
val
pubKey
:
String
User's public key
user
Id
Link copied to clipboard
val
userId
:
String
ID of the user