Skip to main content
PeerCertificate.infoAccess - tls - Node documentation
property PeerCertificate.infoAccess

Usage in Deno

import { type PeerCertificate } from "node:tls";

An array describing the AuthorityInfoAccess, used with OCSP.

Type

Dict<string[]>