toggle menu
horologist
androidJvm
switch theme
search in API
auth-data
/
com.google.android.horologist.auth.data.common.model
/
AuthUser
Auth
User
data
class
AuthUser
(
val
displayName
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
avatarUri
:
String
?
=
null
)
Members
Constructors
Auth
User
Link copied to clipboard
constructor
(
displayName
:
String
?
=
null
,
email
:
String
?
=
null
,
avatarUri
:
String
?
=
null
)
Properties
avatar
Uri
Link copied to clipboard
val
avatarUri
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
null