Ir al contenido
Español

GrpcCredentials

Esta página aún no está disponible en tu idioma.

GrpcCredentials = { kind: "insecure"; } | { cert?: Uint8Array; key?: Uint8Array; kind: "tls"; rootCerts?: Uint8Array; }

Defined in: src/io/broker/GrpcClientActor.ts:21

TLS / mTLS credentials.