MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.api.model.common
/
ProfileData
Profile
Data
@
Serializable
data
class
ProfileData
(
val
username
:
String
,
val
id
:
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
)
Members
Constructors
Profile
Data
Link copied to clipboard
constructor
(
username
:
String
,
id
:
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
)
Properties
id
Link copied to clipboard
val
id
:
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
username
Link copied to clipboard
val
username
:
String