UNPKG
kick-api-types
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Kick.com API Types
github.com/fb-sean/kick-api-types
fb-sean/kick-api-types
kick-api-types
/
payloads
/
v1
/
oauth2.d.ts
9 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
OAuth2Scopes
{
UserRead
=
"user:read"
,
ChannelRead
=
"channel:read"
,
ChannelWrite
=
"channel:write"
,
ChatWrite
=
"chat:write"
,
StreamKeyRead
=
"streamkey:read"
,
EventsSubscribe
=
"events:subscribe"
}
//# sourceMappingURL=oauth2.d.ts.map