LoginResponseEventArgs Class

Login response event args.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class LoginResponseEventArgs
Inheritance
Object    LoginResponseEventArgs

Properties

TokenDeliveryMethod The 2FA token delivery method last used.
TokenRequestType The 2FA token request type.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SendTokenToEmail Request the 2FA code to be sent to email if not already done so. Use this if the user is not receiving the SMS message.
SetTokenCode Set the 2FA code that the user received so that we can complete login.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Result The success or failure reason.
Text May contain additional detail on the failure reason.
User The user this response is for.

See Also