Package io.grpc

Class CompositeChannelCredentials

java.lang.Object
io.grpc.ChannelCredentials
io.grpc.CompositeChannelCredentials

public final class CompositeChannelCredentials extends ChannelCredentials
ChannelCredentials which use per-RPC CallCredentials. If the ChannelCredentials has multiple CallCredentials (e.g., a composite credential inside a composite credential), then all of the CallCredentials should be used; one CallCredentials does not override another.