UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

7 lines 342 B
import { Session, SessionId } from "../types/user.js"; /** * End the session of the user. You should redirect the user away from protected resources after calling this function. * @param session The session to end. */ export default function endSession(session: Session | SessionId): Promise<void>; //# sourceMappingURL=endSession.d.ts.map