UNPKG

@archon-inc/sdk

Version:

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

16 lines (13 loc) 569 B
import endSession from "./endSession.js" import getDefaultRole from "./getDefaultRole.js" import getRole from "./getRole.js" import getRoles from "./getRoles.js" import getSession from "./getSession.js" import getSessionFromReq from "./getSessionFromReq.js" import getUserInfo from "./getUserInfo.js" import requestPrivilegedRoleSwitch from "./requestPrivilegedRoleSwitch.js" import switchRole from "./switchRole.js" export { endSession, getDefaultRole, getRole, getRoles, getSession, getSessionFromReq, getUserInfo, requestPrivilegedRoleSwitch, switchRole }