DeviceAuthEventBodyModel constructor
DeviceAuthEventBodyModel({})
Implementation
DeviceAuthEventBodyModel({
required this.peerKey,
required this.peerSignature,
required this.deviceSigningKey,
required this.deviceEncryptionKey,
required this.timestamp,
required this.nodeId,
}) : super(type: EventType.deviceAuth);