UNPKG

@qelos/auth

Version:

Express Passport authentication service

6 lines (5 loc) 252 B
/// <reference types="jest" /> export declare const verifyToken: jest.Mock<any, any>; export declare const getUniqueId: jest.Mock<any, any>; export declare const setCookie: jest.Mock<any, any>; export declare const getSignedToken: jest.Mock<any, any>;