Aller au contenu
Français

GrpcCredentials

Ce contenu n’est pas encore disponible dans votre langue.

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

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

TLS / mTLS credentials.