ColdAtomProvider.enable_account¶
- classmethod ColdAtomProvider.enable_account(url, username, token)[source]¶
Create provider from credentials given at runtime without storing credentials
- Parameters:
url (
Union
[str
,List
[str
]]) – The url(s) of the backends(s) to connect tousername (
str
) – username of the accounttoken (
str
) – the token of the account
- Return type:
- Returns:
A provider instance initialized with the backends available to the account