UNPKG

@twurple/auth

Version:

Authenticate with Twitch and stop caring about refreshing tokens.

7 lines 272 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever a different token type (user vs. app) is expected in the method you're calling. */ export declare class InvalidTokenTypeError extends CustomError { } //# sourceMappingURL=InvalidTokenTypeError.d.ts.map