data class Verification(val status: Verification.Status, val strategy: String? = null, val attempts: Int? = null, val expireAt: Long? = null, val error: Error? = null, val externalVerificationRedirectUrl: String? = null, val nonce: String? = null)
The state of the verification process of a sign-in or sign-up attempt.