Click or drag to resize

OptionallyAuthenticatedRequest Class

Request to the AuthenticationService that contains optional information regarding the user
Inheritance Hierarchy

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

The OptionallyAuthenticatedRequest type exposes the following members.

Properties
  NameDescription
Public propertyClientInformation
Used as a Container which contains all informations about the client.
Public propertyDatabase
Database the user want to log into
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.
Public propertySessionId
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
Public propertyUsername
Name of the user that should be authenticated
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also