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
/
lib
/
twitch-oauth-validation.d.ts
8 lines
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
TwitchOAuthValidation
{
client_id
:
string
;
login
:
string
;
scopes
:
string
[];
user_id
:
string
;
expires_in
:
number
; }
//# sourceMappingURL=twitch-oauth-validation.d.ts.map