Package io.grpc

Class 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.