toggle menu
Clerk
androidJvm
switch theme
search in API
Clerk Android
/
com.clerk.network.model.totp
Package-level
declarations
Types
Types
TOTPResource
Link copied to clipboard
@
Serializable
data
class
TOTPResource
(
val
id
:
String
,
val
secret
:
String
,
val
uri
:
String
,
val
verified
:
Boolean
,
val
createdAt
:
Long
,
val
updatedAt
:
Long
)
Represents a TOTP (Time-based One-Time Password) resource for two-factor authentication.