UNPKG

@twurple/auth

Version:

Authenticate with Twitch and stop caring about refreshing tokens.

8 lines 195 B
export interface TokenInfoData { client_id: string; login?: string; scopes: string[]; user_id?: string; expires_in?: number; } //# sourceMappingURL=TokenInfo.external.d.ts.map