wikijs-fork/server/modules/authentication/twitch/definition.yml
2020-03-07 17:57:09 -05:00

23 lines
498 B
YAML

key: twitch
title: Twitch
description: Twitch is a live streaming video platform.
author: requarks.io
logo: https://static.requarks.io/logo/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