kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
authsession
/
io.github.maniramezan.kommon.authsession
/
AuthUser
Auth
User
data
class
AuthUser
(
val
uid
:
String
,
val
isAnonymous
:
Boolean
,
val
displayName
:
String
?
=
null
,
val
email
:
String
?
=
null
)
Provider-agnostic authenticated user shape.
Members
Constructors
Auth
User
Link copied to clipboard
constructor
(
uid
:
String
,
isAnonymous
:
Boolean
,
displayName
:
String
?
=
null
,
email
:
String
?
=
null
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
?
email
Link copied to clipboard
val
email
:
String
?
is
Anonymous
Link copied to clipboard
val
isAnonymous
:
Boolean
uid
Link copied to clipboard
val
uid
:
String