Creating a Custom OAuth Application
Creating a Custom OAuth Application
To register an app and obtain the client credentials, such as the OAuthClientId and OAuthClientSecret, follow these steps:
- Log into Twilio Console.
- Click Admin > Account management in the top right corner.
- Under Keys & credentials, click OAuth apps.
- On the OAuth apps page, click Create an OAuth app.
- On the Create an OAuth app page, enter App name and Description of the app.
- Select OAuth Scopes which are permissions which an OAuth app needs access to.
- Click Create app.
- On the Credentials page, copy the Client ID and Client Secret and store it somewhere secure.
- Select the Got it! checkbox and click Finish.
You may now use the client Id and secret credentials to access your store's data.