...
Code Block |
---|
public enum QualityOfRegistrationSteps { Dummy, //0 None, //1 AutoOrManual, //2 AutoOrManualAndAhv, } |
...
// |
...
3 } |
As of v9.1.
...
0
Code Block |
---|
public enum QualityOfRegistrationSteps { Dummy, //0 None, //1 AutoOrManual, //2 AutoOrManualAndAhv, //3 Auto, //4 AutoAndAhv } |
...
// |
...
5
} |
Meaning of “Auto” Auto
: Self-Registration on a mobile phone using a browser-guided process controlled by www.fidentity.ch.
Meaning of “Manual” Manual
: Manual registration at a government agency based on a pre-printed form which includes a 2D barcode (HTTPS Link).
Meaning of “AutoOrManualAndAHV” AutoOrManualAndAHV
: To achieve this QoR, you have to achieve: ( (“Auto” or “Manual”) AND AHV-Check )
For example: if you want only None
, Auto
and AutoAndAhv
your servicecorelogin_quality_of_registration
needs only 3 rows with the steps 1, 4 and 5.
...
Hint: The column “name_key” has no functional behavior despite linking to the corresponding translation in the language file to show the correct translation in the UI.