public class LoginResponseEventArgsPublic Class LoginResponseEventArgs| TokenDeliveryMethod | The 2FA token delivery method last used. |
| TokenRequestType | The 2FA token request type. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Result | The success or failure reason. |
| Text | May contain additional detail on the failure reason. |
| User | The user this response is for. |