Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PetitionClientUrlEventArgs.cs
2
4{
10 {
11 private readonly string clientUrl;
12 private readonly string petitionId;
13
22 : base(e)
23 {
24 this.petitionId = PetitionId;
25 this.clientUrl = ClientUrl;
26 }
27
31 public string PetitionId => this.petitionId;
32
36 public string ClientUrl => this.clientUrl;
37 }
38}
Event arguments for events where a client URL needs to be displayed when performing a petition.
string ClientUrl
URL client needs to open to complete the peer review.
PetitionClientUrlEventArgs(MessageEventArgs e, string PetitionId, string ClientUrl)
Event arguments for events where a client URL needs to be displayed when reviewing an identity applic...
Event arguments for message events.