1234567891011121314151617181920212223 |
- key: twitch
- title: Twitch
- description: Twitch is a live streaming video platform.
- author: requarks.io
- logo: https://static.requarks.io/logo/twitch.svg
- icon: /_assets/icons/ultraviolet-twitch.svg
- color: indigo darken-2
- website: https://dev.twitch.tv/docs/authentication/
- isAvailable: true
- useForm: false
- scopes:
- - 'user:read:email'
- props:
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- order: 2
|