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
/
AuthStep
Auth
Step
data
class
AuthStep
(
val
kind
:
AuthStepKind
,
val
prompt
:
String
,
val
fields
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Auth
Step
Link copied to clipboard
constructor
(
kind
:
AuthStepKind
,
prompt
:
String
,
fields
:
List
<
String
>
=
emptyList()
)
Properties
fields
Link copied to clipboard
val
fields
:
List
<
String
>
kind
Link copied to clipboard
val
kind
:
AuthStepKind
prompt
Link copied to clipboard
val
prompt
:
String