# VerificationResponse
data class VerificationResponse(val backoff: Long)
Response returned from sendVerificationEmail method of MIRACLTrust.
# Constructors
| VerificationResponse | constructor(backoff: Long) |
# Properties
| Name | Summary |
|---|---|
| backoff | val backoff: Long Unix timestamp before a new verification email could be sent for the same user ID. |