此内容尚不支持你的语言。
GrpcCredentials = { kind: "insecure"; } | { cert?: Uint8Array; key?: Uint8Array; kind: "tls"; rootCerts?: Uint8Array; }
kind
"insecure"
cert?
Uint8Array
key?
"tls"
rootCerts?
Defined in: src/io/broker/GrpcClientActor.ts:21
TLS / mTLS credentials.