Clerk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Clerk
Clerk Android API
/
com.clerk.api.network.model.totp
Package-level
declarations
Types
Types
TOTPResource
Link copied to clipboard
androidJvm
@
Serializable
data
class
TOTPResource
(
val
id
:
String
,
val
secret
:
String
?
=
null
,
val
uri
:
String
?
=
null
,
val
verified
:
Boolean
,
val
backupCodes
:
List
<
String
>
?
=
null
,
val
createdAt
:
Long
,
val
updatedAt
:
Long
)
Represents a TOTP (Time-based One-Time Password) resource for two-factor authentication.