musicApi
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
musicApi
musicApi
/
net.raphdf201
/
ExposedUser
Exposed
User
@
Serializable
data
class
ExposedUser
(
val
username
:
String
,
val
password
:
String
)
The info about users available for the app
Members
Constructors
Exposed
User
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String