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
# Retrieves a secret from 1Password. Takes a secret reference as input and returns the secret to which it points.
@@ -79,8 +79,6 @@ if __name__ == '__main__':
79
79
80
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
81
82
-
Inside `Client.authenticate(...)`, set `integration_name` to the name of your application and `integration_version` to the version of your application.
83
-
84
82
## 📖 Learn more
85
83
86
84
-[Load secrets with 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets)
0 commit comments