MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.web.components.auth
/
UserInfoResponse
/
UserInfoResponse
User
Info
Response
constructor
(
sub
:
String
,
name
:
String
?
=
null
,
picture
:
String
?
=
null
,
preferredUsername
:
String
?
=
null
,
email
:
String
?
=
null
,
emailVerified
:
Boolean
?
=
null
,
roles
:
List
<
String
>
?
=
null
)