콘텐츠로 이동
한국어

GrpcCredentials

이 콘텐츠는 아직 번역되지 않았습니다.

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

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

TLS / mTLS credentials.