UNPKG

ya-express-ntlm

Version:
9 lines 331 B
import { IRsn, IUserData } from '../interfaces'; declare class UserAuthDelayCache { private cache; set(userData: Partial<IUserData>, rsn: IRsn): void; get(userData: Partial<IUserData>): number; } export declare const userAuthDelayCache: UserAuthDelayCache; export {}; //# sourceMappingURL=user-auth-delay-cache.d.ts.map