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