Click or drag to resize

PsrGoogleAuthenticatorResult Class

Google Authenticator one-time passwords only last for a maximum of 30 seconds.
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrGoogleAuthenticatorResult

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

The PsrGoogleAuthenticatorResult type exposes the following members.

Constructors
  NameDescription
Public methodPsrGoogleAuthenticatorResult
Initializes a new instance of the PsrGoogleAuthenticatorResult class
Top
Properties
  NameDescription
Public propertyExpirationTimestamp
Timestamp when the one-time password expires
Public propertyOneTimePassword
One-time password
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