Skip to content

IncomingRequestCfPropertiesCloudflareAccessOrApiShield

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8058

tlsClientAuth: IncomingRequestCfPropertiesTLSClientAuth | IncomingRequestCfPropertiesTLSClientAuthPlaceholder

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8073

Information about the client certificate presented to Cloudflare.

This is populated when the incoming request is served over TLS using either Cloudflare Access or API Shield (mTLS) and the presented SSL certificate has a valid Certificate Serial Number (i.e., not null or "").

Otherwise, a set of placeholder values are used.

The property certPresented will be set to "1" when the object is populated (i.e. the above conditions were met).