CLASS
# ActivationTokenErrorResponse
@objc public class ActivationTokenErrorResponse: NSObject
The response returned from getActivationToken when there is an error in the request.
# Properties
# projectId
public var projectId = ""
# userId
public var userId = ""
# accessId
public var accessId: String?