auth¶
Client API for authentication in Nexus.
- qnexus.client.auth.login( ) None[source]¶
Log in to Quantinuum Nexus using the web browser.
(if web browser can’t be launched, displays the link)
Examples
>>> import qnexus as qnx >>> qnx.auth.login()
>>> qnx.auth.login(force=True) # Force re-authentication
- qnexus.client.auth.login_no_interaction( ) None[source]¶
Log in to Nexus using a username and password. Please be careful with storing credentials in plain text or source code.