UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

6 lines (5 loc) 150 B
import { PeerCertificate } from "tls"; export interface AuthContext { transportSecurityType?: string; sslPeerCertificate?: PeerCertificate; }