Asana — personal access token
asana/api · version 1
envs add asana/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
ASANA_ACCESS_TOKEN |
required | secret | Asana says to treat these just like passwords and not to hardcode them. No pattern is declared because Asana says tokens are opaque and the format may change without notice, which is a provider asking not to be pattern matched.. where to get it |
ASANA_CLIENT_ID |
optional | secret | For OAuth rather than a personal token. Half of a pair, so it is kept with the other half.. where to get it |
ASANA_CLIENT_SECRET |
optional | secret | The other half.. where to get it |