UNPKG
twitch-oauth
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Authenticate users with Twitch.
github.com/sammwyy/twitch-oauth
sammwyy/twitch-oauth
twitch-oauth
/
src
/
twitch-oauth-response.ts
8 lines
(7 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
TwitchOAuthResponse
{
access_token
:
string
;
expires_in
:
number
;
refresh_token
:
string
;
scope
:
string
[];
token_type
:
string
; }