UNPKG

@twurple/auth

Version:

Authenticate with Twitch and stop caring about refreshing tokens.

10 lines 400 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever you try to execute an action in the context of a user * who is already known to have an invalid token saved in its {@link AuthProvider}. */ export declare class CachedRefreshFailureError extends CustomError { readonly userId: string; constructor(userId: string); } //# sourceMappingURL=CachedRefreshFailureError.d.ts.map