Auth Schemes
Authentication methods supported by API operations
We require that applications designed to access the Asana API on behalf of multiple users implement OAuth 2.0. Asana supports the Authorization Code Grant flow.
OAuth 2.0
A personal access token allows access to the api for the user who created it. This should be kept a secret and be treated like a password.
HTTP bearer