definition.yml 542 B

1234567891011121314151617181920212223
  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. icon: /_assets/icons/ultraviolet-twitch.svg
  7. color: indigo darken-2
  8. website: https://dev.twitch.tv/docs/authentication/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - 'user:read:email'
  13. props:
  14. clientId:
  15. type: String
  16. title: Client ID
  17. hint: Application Client ID
  18. order: 1
  19. clientSecret:
  20. type: String
  21. title: Client Secret
  22. hint: Application Client Secret
  23. order: 2