AuthenticatorOperationMode Enumeration |
Specifies the process that is handling the AuthenticationManager
Namespace:
PsrApi.Data.Authentication.Request
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.5.33325 (02.09.2025)+429b894eb63dde25f05b27278f37720b53aa9a8f
Syntaxpublic enum AuthenticatorOperationMode
Members
| Member name | Value | Description |
---|
| Login | 0 |
Default Login Mode with all needed Credentials. At the end the Client is full authenticated and use all functions
|
| ChangeSecondFactor | 1 |
Process to reset second factor for current User. First factor is required.
|
See Also