UNPKG

@sgnl-ai/set-transmitter

Version:

HTTP transmission library for Security Event Tokens (SET) with CAEP/SSF support

15 lines (14 loc) 842 B
// src/constants.ts var EventTypes = { SESSION_REVOKED: "https://schemas.openid.net/secevent/caep/event-type/session-revoked", TOKEN_CLAIMS_CHANGE: "https://schemas.openid.net/secevent/caep/event-type/token-claims-change", CREDENTIAL_CHANGE: "https://schemas.openid.net/secevent/caep/event-type/credential-change", ASSURANCE_LEVEL_CHANGE: "https://schemas.openid.net/secevent/caep/event-type/assurance-level-change", DEVICE_COMPLIANCE_CHANGE: "https://schemas.openid.net/secevent/caep/event-type/device-compliance-change" }; var CONTENT_TYPE_SET = "application/secevent+jwt"; var CONTENT_TYPE_JSON = "application/json"; var DEFAULT_USER_AGENT = "SGNL-Action-Framework/1.0"; export { CONTENT_TYPE_JSON, CONTENT_TYPE_SET, DEFAULT_USER_AGENT, EventTypes }; //# sourceMappingURL=constants.mjs.map //# sourceMappingURL=constants.mjs.map