definition.yml 498 Bytes
Newer Older
1 2
key: twitch
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/
Nick's avatar
Nick committed
8
isAvailable: true
9
useForm: false
Nick's avatar
Nick committed
10
scopes:
11
  - 'user:read:email'
12
props:
13 14 15 16 17 18 19 20 21 22
  clientId:
    type: String
    title: Client ID
    hint: Application Client ID
    order: 1
  clientSecret:
    type: String
    title: Client Secret
    hint: Application Client Secret
    order: 2