Click or drag to resize

GoogleAuthConfiguration Class

Configuration for a new Google Authenticator
Inheritance Hierarchy

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

The GoogleAuthConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodGoogleAuthConfiguration
Initializes a new instance of the GoogleAuthConfiguration class
Top
Properties
  NameDescription
Public property__type
Type of the object
Public propertyAuthenticatorName
Name of the authenticator
(Inherited from AuthenticationConfiguration.)
Public propertyAuthType
AuthType of the configuration
(Overrides AuthenticationConfigurationAuthType.)
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
(Inherited from AuthenticationConfiguration.)
Public propertySecret
Das Secret für Google Auth
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 propertyUserIdentity
Identität des Tokens
Public propertyUsername
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.)
Top
Methods
See Also