SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
model
/
ltechnologies.onionphone.securemessenger.core.model
/
RegistrationRequest
Registration
Request
data
class
RegistrationRequest
(
val
protocol
:
ProtocolId
,
val
server
:
String
,
val
username
:
String
,
val
password
:
String
,
val
extraFields
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Constructors
Registration
Request
Link copied to clipboard
constructor
(
protocol
:
ProtocolId
,
server
:
String
,
username
:
String
,
password
:
String
,
extraFields
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
extra
Fields
Link copied to clipboard
val
extraFields
:
Map
<
String
,
String
>
password
Link copied to clipboard
val
password
:
String
protocol
Link copied to clipboard
val
protocol
:
ProtocolId
server
Link copied to clipboard
val
server
:
String
username
Link copied to clipboard
val
username
:
String