@krypton-org/krypton-auth
Version:
Express authentication middleware, using GraphQL and JSON Web Tokens.
13 lines (12 loc) • 374 B
TypeScript
/**
* Module returning the GraphQL schema for the user management API.
* @module jobs/RemoveOutdatedSessions
*/
import Agenda from 'agenda';
export declare const JOB_NAME = "remove outdated sessions";
/**
* Define job type of sending an email in the Agenda process queue.
* @param {Agenda} agenda
* @returns {void}
*/
export default function (agenda: Agenda): void;