Click or drag to resize

PsrMultiFactorAuthenticationRequest Class

Information about a multi-factor authenticator of a user.
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrMultiFactorAuthenticationRequest

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrMultiFactorAuthenticationRequest

The PsrMultiFactorAuthenticationRequest type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticatorType
Type of the configured authenticator.
Public propertyDataToSign
DataToSign
Public propertyDisplayName
Name of the authenticator.
Public propertyId
ID of the authenticator.
Public propertyMandatory
If the authenticator has to be used.
Public propertyRequiredFields
Fields that have to be filled.
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