User
A python class for handling user authentication.
Last updated
A python class for handling user authentication.
Last updated
The User class handles authentication to ensure you have an Ensemble account. You must enter the provided username
, password
, and token
associated with your Ensemble account for Ensemble Core to execute properly. If credentials do not match a valid Ensemble account, execution will result in an error.
If you don't have an account yet, !
Parameters: None.
Methods:
login(username, password, token)
The login method checks with our server to make sure the entered credentials match a valid Ensemble account before continuing execution.