cterasdk.asynchronous.core.login module# class cterasdk.asynchronous.core.login.Login(core)# Bases: BaseCommand CTERA Portal Login APIs async login(username, password)# Log into the portal Parameters: username (str) – User name to log in password (str) – User password async logout()# Log out of the portal