authenticate_qctrl_account

fireopal.authenticate_qctrl_account(api_key=None)

Authenticate a Fire Opal session.

Parameters

api_key (str or None , optional) – The value of your API key. If not provided, the key should be saved in an environment variable called QCTRL_API_KEY. Defaults to None.

Return type

None

Was this useful?