JchuComponents
Toggle table of contents
3.0.0-alpha11
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-supabase
/
com.jeluchu.jchucomponents.supabase.auth
/
JchuSupabaseAuthUser
Jchu
Supabase
Auth
User
data
class
JchuSupabaseAuthUser
(
val
id
:
String
,
val
email
:
String
?
,
val
emailConfirmedAt
:
Instant
?
,
val
phone
:
String
?
,
val
createdAt
:
Instant
?
,
val
updatedAt
:
Instant
?
,
val
userMetadata
:
JsonObject
?
,
val
appMetadata
:
JsonObject
?
,
val
isAnonymous
:
Boolean
)
Members
Constructors
Jchu
Supabase
Auth
User
Link copied to clipboard
constructor
(
id
:
String
,
email
:
String
?
,
emailConfirmedAt
:
Instant
?
,
phone
:
String
?
,
createdAt
:
Instant
?
,
updatedAt
:
Instant
?
,
userMetadata
:
JsonObject
?
,
appMetadata
:
JsonObject
?
,
isAnonymous
:
Boolean
)
Properties
app
Metadata
Link copied to clipboard
val
appMetadata
:
JsonObject
?
created
At
Link copied to clipboard
val
createdAt
:
Instant
?
email
Link copied to clipboard
val
email
:
String
?
email
Confirmed
At
Link copied to clipboard
val
emailConfirmedAt
:
Instant
?
id
Link copied to clipboard
val
id
:
String
is
Anonymous
Link copied to clipboard
val
isAnonymous
:
Boolean
is
Email
Verified
Link copied to clipboard
val
isEmailVerified
:
Boolean
phone
Link copied to clipboard
val
phone
:
String
?
updated
At
Link copied to clipboard
val
updatedAt
:
Instant
?
user
Metadata
Link copied to clipboard
val
userMetadata
:
JsonObject
?