Auth
Functions
Link copied to clipboard
Logs in a user with the provided Login.Request object. On successful login, the received JWT token is stored for subsequent authenticated requests.
Logs in a user with the provided username and password. This function constructs a Login.Request and then calls the overloaded login function.