definition.yml 498 B

12345678910111213141516171819202122
  1. key: twitch
  2. title: Twitch
  3. description: Twitch is a live streaming video platform.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/twitch.svg
  6. color: indigo darken-2
  7. website: https://dev.twitch.tv/docs/authentication/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - 'user:read:email'
  12. props:
  13. clientId:
  14. type: String
  15. title: Client ID
  16. hint: Application Client ID
  17. order: 1
  18. clientSecret:
  19. type: String
  20. title: Client Secret
  21. hint: Application Client Secret
  22. order: 2