Using OAuth Authentication
OAuth requires the authenticating user to interact with Trello using the browser. The driver facilitates this in various ways as described below.
Custom Credentials
You will need to use the app that is created for your account to obtain the OAuthClientId and OAuthClientSecret. You can find these values by visiting https://trello.com/app-key and navigating to the bottom. You must be logged in before you can view your application keys. After logging in and visiting the page you have to add http://localhost:33333 to the allowed origins.
Web Applications
You need to use your account's OAuth app to use in the web flow.
Desktop Applications
You need to use your account's OAuth app.
Headless Machines
In the headless OAuth flow, users need to authenticate via a browser on another machine. You will need to use your account's OAuth app.