ENUM

OAuthAppCategory

Possible categories of developer apps.

link GraphQL Schema definition

1enum OAuthAppCategory {
2
3# Game integration category.
4GAME_INTEGRATION
5
6# Website integration category.
7WEBSITE_INTEGRATION
8
9# Application integration category.
10APPLICATION_INTEGRATION
11
12# Browser extension category.
13BROWSER_EXTENSION
14
15# Broadcaster suite category.
16BROADCASTER_SUITE
17
18# Chat bot category.
19CHAT_BOT
20
21# Giveaway loyalty tool category.
22GIVEAWAY_LOYALTY_TOOL
23
24# Analytics tool category.
25ANALYTICS_TOOL
26
27# Category for when the other categories do not describe.
28OTHER
29}