User

A python class for handling user authentication.

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, sign uparrow-up-right!

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.

Last updated