toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.user
/
UserMfaFactor
User
Mfa
Factor
@
Serializable
data
class
UserMfaFactor
(
val
id
:
String
,
val
createdAt
:
Instant
,
val
updatedAt
:
Instant
,
status
:
String
,
val
friendlyName
:
String
?
=
null
,
val
factorType
:
String
)
(
source
)
Members
Constructors
User
Mfa
Factor
Link copied to clipboard
constructor
(
id
:
String
,
createdAt
:
Instant
,
updatedAt
:
Instant
,
status
:
String
,
friendlyName
:
String
?
=
null
,
factorType
:
String
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
factor
Type
Link copied to clipboard
@
SerialName
(
value
=
"factor_type"
)
val
factorType
:
String
friendly
Name
Link copied to clipboard
@
SerialName
(
value
=
"friendly_name"
)
val
friendlyName
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
is
Verified
Link copied to clipboard
val
isVerified
:
Boolean
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant