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