Click or drag to resize

AuthenticationConfiguration Class

Requirement to configure an authentication
Inheritance Hierarchy
SystemObject
  PsrApi.Data.Authentication.RequestOptionallyAuthenticatedRequest
    PsrApi.Data.Authentication.AuthConfigurationAuthenticationConfiguration
      More...

Namespace:  PsrApi.Data.Authentication.AuthConfiguration
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public abstract class AuthenticationConfiguration : OptionallyAuthenticatedRequest, 
	IObjectWithRequiredFields

The AuthenticationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationConfiguration
Creates the requirement to configure an authentication
Top
Properties
  NameDescription
Public propertyAuthenticatorName
Name of the authenticator
Public propertyAuthType
AuthType of the configuration
Public propertyClientInformation
Used as a Container which contains all informations about the client.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyDatabase
Database the user want to log into
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyOperationMode
Determinates the operation mode for the authentication process. It is needed to control the behaviour of the server side login process for special workflows, like reseting the second factor from the current user.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyRequiredFieldsFromUser
Fields that has to be filled by the user
Public propertySessionId
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyUsername
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetConfigurationRequirementType
Returns the matched Type for the requirement of the configuration
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  PsrApi.Data.Authentication.RequestOptionallyAuthenticatedRequest
    PsrApi.Data.Authentication.AuthConfigurationAuthenticationConfiguration
      PsrApi.Data.Authentication.AuthConfigurationAppAuthConfiguration
      PsrApi.Data.Authentication.AuthConfigurationDeleteFactorConfiguration
      PsrApi.Data.Authentication.AuthConfigurationGoogleAuthConfiguration
      PsrApi.Data.Authentication.AuthConfigurationOidcConfiguration
      PsrApi.Data.Authentication.AuthConfigurationPasswordHashAuthConfiguration
      PsrApi.Data.Authentication.AuthConfigurationPkiConfiguration
      PsrApi.Data.Authentication.AuthConfigurationRsaSecurIdTokenConfiguration
      PsrApi.Data.Authentication.AuthConfigurationSafeNetOneTimePasswordConfiguration
      PsrApi.Data.Authentication.AuthConfigurationSmartCardConfiguration
      PsrApi.Data.Authentication.AuthConfigurationYubicoOneTimePasswordConfiguration