LoginData¶ class LoginData[source]¶ The data required when you want to login username: str¶ The username of the user. tenant_id: str¶ The id of the tenant of the user. password: str¶ Your password confirm_session_termination: bool = False¶ Set to true to log in even when an active isolated session exists, which will terminate that session.