OptionallyAuthenticatedRequest Class |
Namespace: PsrApi.Data.Authentication.Request
public abstract class OptionallyAuthenticatedRequest
The OptionallyAuthenticatedRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClientInformation |
Used as a Container which contains all informations about the client.
|
![]() | Database |
Database the user want to log into
|
![]() | OperationMode |
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.
|
![]() | SessionId |
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
|
![]() | Username |
Name of the user that should be authenticated
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |