ActivationToken

CLASS

# ActivationToken

@objc public class ActivationToken: NSObject, Codable

The code returned after the user has verified their identity successfully.

# Properties

# value

@objc public var value: String = ""

String representation of the code.

# expiration

@objc public var expiration: Date?

Set when this code will expire. This value is a configuration of the MIRACL platform and its default value is 90 seconds.