property TLSSocket.prototype.authorizationError Usage in Denoimport { TLSSocket } from "node:tls"; Returns the reason why the peer's certificate was not been verified. This property is set only when tlsSocket.authorized === false. Type Error