onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
CredentialSet
Credential
Set
data
class
CredentialSet
(
var
required
:
Boolean
,
var
options
:
List
<
List
<
String
>
>
)
Members
Constructors
Credential
Set
Link copied to clipboard
constructor
(
required
:
Boolean
,
options
:
List
<
List
<
String
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
options
Link copied to clipboard
var
options
:
List
<
List
<
String
>
>
required
Link copied to clipboard
var
required
:
Boolean