Skip to main content
Connect your AI agent to a user’s Twitch channel to create stream markers, manage channel polls and predictions, and create clips from a live stream.

Connect Twitch to Auth0

1

Twitch setup

  1. Visit the Twitch Developer account page and sign up.
  2. Enable 2FA as Twitch requires it before you can register an application.
  3. Create a new application in the Twitch Developer Console.
  4. Complete the application registration form.
  5. Configure OAuth redirect URL:
    • Redirect URL: https://YOUR_AUTH0_DOMAIN/login/callback
    You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains.
  6. Select a category from the dropdown.
  7. Select Confidential client type from the radio button group.
  8. Click Create button.
  9. Back in the Applications tab, locate your app under Developer Applications, and click Manage.
  10. After creating, Twitch shows your Client Id and let you create your Client Secret by clicking a button.
  11. Copy the Client ID and Client Secret.
  12. Click Save.
To learn more about setting up Twitch, read the Login with Twitch documentation.
2

Auth0 setup

Token Vault configuration example

To configure the Token Vault for your Twitch connection, you can use the following code snippet in your application:

Next steps