Their Request
data class TheirRequest(val content: VerificationRequest, ownDeviceId: String, supportedMethods: Set<VerificationMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (VerificationStep) -> Unit) : ActiveVerificationState
This state is active when another device or user started the request.