You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Initialize the SDK. Provision your service account token and use `integration_name` and `integration_version` to specify a name and version for your application.
64
-
65
-
```python
66
-
async def main():
67
-
# Gets your service account token from the OP_SERVICE_ACCOUNT_TOKEN environment variable.
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secret-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
80
+
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secrets-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
81
+
82
+
Inside ```Client.authenticate(...)```, set```integration_name``` to the name of your application and ```integration_version``` to the version of your application.
0 commit comments