Verification
@Serializable
The state of the verification process of a sign-in or sign-up attempt.
Constructors
Link copied to clipboard
constructor(status: Verification.Status = Status.UNKNOWN, strategy: String? = null, attempts: Int? = null, expireAt: Long? = null, error: Error? = null, externalVerificationRedirectUrl: String? = null, nonce: String? = null, trustedDeviceChallenge: TrustedDeviceChallenge? = null)