Click or drag to resize

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
Syntax
C#
public enum AuthenticatorOperationMode
Members
  Member nameValueDescription
Login0 Default Login Mode with all needed Credentials. At the end the Client is full authenticated and use all functions
ChangeSecondFactor1 Process to reset second factor for current User. First factor is required.
See Also