Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 638 Bytes

File metadata and controls

12 lines (9 loc) · 638 Bytes

LoginUserDto

Properties

Name Type Description Notes
email string The username of the user to login.
password string The password of the user to login.
rememberMe bool Whether or not the user wants to remain logged in after closing their browser. [optional]
otp string A one time password AKA 2 factor authentication key. [optional]

[Back to Model list] [Back to API list] [Back to README]