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
/
RegistrationField
Registration
Field
data
class
RegistrationField
(
val
key
:
String
,
val
label
:
String
,
val
secret
:
Boolean
=
false
)
A single extra field the server requires to finish registration (e.g. a token or email).
Members
Constructors
Registration
Field
Link copied to clipboard
constructor
(
key
:
String
,
label
:
String
,
secret
:
Boolean
=
false
)
Properties
key
Link copied to clipboard
val
key
:
String
label
Link copied to clipboard
val
label
:
String
secret
Link copied to clipboard
val
secret
:
Boolean