Clerk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Clerk
Clerk Android API
/
com.clerk.api.network.model.verification
Package-level
declarations
Types
Types
Verification
Link copied to clipboard
@
Serializable
data
class
Verification
(
val
status
:
Verification.Status
=
Status.UNKNOWN
,
val
strategy
:
String
?
=
null
,
val
attempts
:
Int
?
=
null
,
val
expireAt
:
Long
?
=
null
,
val
error
:
Error
?
=
null
,
val
externalVerificationRedirectUrl
:
String
?
=
null
,
val
nonce
:
String
?
=
null
,
val
trustedDeviceChallenge
:
TrustedDeviceChallenge
?
=
null
)
The state of the verification process of a sign-in or sign-up attempt.