Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class SecurityDetails
Re-export
import { SecurityDetails } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

The SecurityDetails class represents the security details of a response that was received over a secure connection.

Constructors

new
SecurityDetails(securityPayload: Protocol.Network.SecurityDetails)

Methods

issuer(): string
protocol(): string
subjectName(): string
validFrom(): number
validTo(): number