VerificationResponse

CLASS

# VerificationResponse

public final class VerificationResponse: NSObject, Sendable

The response returned from sendVerificationEmail.

# Properties

# backoff

public let backoff: Int64

Unix timestamp before a new verification email could be sent for the same user ID.

# method

public let method: EmailVerificationMethod

Indicates the method of the verification.

# Methods

# init(backoff:method:)

public init(backoff: Int64, method: EmailVerificationMethod)