@morojs/moro / GrpcCredentials
Interface: GrpcCredentials
Defined in: src/core/grpc/types.ts:74
gRPC credentials for TLS/SSL
Properties
certChain?
optionalcertChain:Buffer<ArrayBufferLike>
Defined in: src/core/grpc/types.ts:77
checkServerIdentity?
optionalcheckServerIdentity:boolean
Defined in: src/core/grpc/types.ts:78
privateKey?
optionalprivateKey:Buffer<ArrayBufferLike>
Defined in: src/core/grpc/types.ts:76
rootCerts?
optionalrootCerts:Buffer<ArrayBufferLike>
Defined in: src/core/grpc/types.ts:75