Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RegistrationStep.cs
2{
6 public enum RegistrationStep
7 {
11 GetStarted = 10,
12
16 NameEntry = 15,
17
21 ValidatePhone = 20,
22
26 ValidateEmail = 30,
27
31 ChooseProvider = 40,
32
36 CreateAccount = 50,
37
41 DefinePassword = 60,
42
46 Complete = 70,
47
51 Biometrics = 80,
52
56 Finalize = 90,
57
61 ContactSupport = 100
62 }
63}
RegistrationStep
The different steps of a TAG Profile registration journey.