make_credentials_for_ionq

fireopal.credentials.make_credentials_for_ionq(token)

The Credentials builder for IonQ.

Parameters

token (str) – The IonQ API token.

Returns

Credentials – A dictionary usable for the credentials argument of any Fire Opal function using IonQ.

Return type

Dict[str, str]

Was this useful?