Skip to main content
TLSSocket.prototype.authorized - tls - Node documentation
property TLSSocket.prototype.authorized

Usage in Deno

import { TLSSocket } from "node:tls";

This property is true if the peer certificate was signed by one of the CAs specified when creating the tls.TLSSocket instance, otherwise false.

Type

boolean