GrpcServerCredentials

Available in a dev version: 0․11․0-grpc-188

How to configure

expect abstract class GrpcServerCredentials(source)

Credentials used by a gRPC server to accept incoming connections. The same instance may be safely passed to multiple GrpcServers.

Inheritors

actual typealias GrpcServerCredentials = ServerCredentials(source)

Credentials used by a gRPC server to accept incoming connections. The same instance may be safely passed to multiple GrpcServers.

actual abstract class GrpcServerCredentials(source)

Credentials used by a gRPC server to accept incoming connections. The same instance may be safely passed to multiple GrpcServers.

Inheritors