Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/keywork/http/interfaces/IncomingRequestCfProperties.ts>IncomingRequestCfPropertiesTLSClientAuth

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface IncomingRequestCfPropertiesTLSClientAuth
import { type IncomingRequestCfPropertiesTLSClientAuth } from "https://deno.land/x/keywork@v6.2.1/http/interfaces/IncomingRequestCfProperties.ts";

Properties

certIssuerDNLegacy: string
certIssuerDN: string
certPresented: "0" | "1"
certSubjectDNLegacy: string
certSubjectDN: string
certNotBefore: string
certNotAfter: string
certSerial: string
certFingerprintSHA1: string
certVerified: string