Click or drag to resize

AuthenticationUserKeySignatureCredential Properties

The AuthenticationUserKeySignatureCredential type exposes the following members.

Properties
  NameDescription
Public property__type
Type of the object
Public propertyChallenge
Challenge that should be signed with the UserKey
Public propertyChallengeSignature
Challenge signed by the server
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 propertySessionId
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyUserKeyChallengeSignature
Challenge the user should sign the UserKey with
Public propertyUsername
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.)
Top
See Also