UNPKG

@twurple/auth

Version:

Authenticate with Twitch and stop caring about refreshing tokens.

9 lines 275 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever an invalid token is supplied. */ export declare class InvalidTokenError extends CustomError { /** @private */ constructor(options?: ErrorOptions); } //# sourceMappingURL=InvalidTokenError.d.ts.map