UNPKG

@twurple/auth

Version:

Authenticate with Twitch and stop caring about refreshing tokens.

7 lines (6 loc) 213 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever a different token type (user vs. app) is expected in the method you're calling. */ export class InvalidTokenTypeError extends CustomError { }