Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AuthenticationPurpose.cs
1namespace NeuroAccessMaui
2{
7 {
11 Start,
12
16 Resume,
17
21 PetitionForSignatureReceived,
22
26 TagSignature,
27
31 SignApplication,
32
36 RevokeApplication,
37
41 SignContract,
42
46 ObsoleteContract,
47
51 DeleteContract,
52
56 SignPetition,
57
61 ChangeAuthenticationMethod,
62
66 PermitScreenCapture,
67
71 ProhibitScreenCapture,
72
76 RevokeIdentity,
77
81 ReportAsCompromized,
82
86 TransferIdentity,
87
91 AcceptPetitionRequest,
92
96 AuthenticateReviewer,
97
101 AcceptPeerReview,
102
106 DeclinePeerReview,
107
111 ClaimThing,
112
116 DeleteRules,
117
121 DisownThing,
122
126 AddToListOfThings,
127
131 RemoveFromListOfThings,
132
136 AcceptEDalerUri,
137
141 PayOnline,
142
146 PayOffline,
147
151 SubmitEDalerUri,
152
156 ShowUriAsQr,
157
161 SendPayment,
162
166 ProposeContract,
167
171 NfcTagDetected,
172
176 ViewId,
177
181 PetitionIdentity,
182
186 ApplyForOrganizationalId,
187
191 ApplyForPersonalId,
192
196 ChangePassword
197 }
198}
AuthenticationPurpose
Purpose for requesting the user to authenticate itself.