Searched refs:composite_channel_credentials (Results 1 – 4 of 4) sorted by relevance
41 channel_and_first = grpc.composite_channel_credentials(43 channel_first_and_second = grpc.composite_channel_credentials(46 channel_first_second_and_third = grpc.composite_channel_credentials(
63 composite_channel_credentials = grpc.composite_channel_credentials variable
100 channel_credentials = grpc.composite_channel_credentials(
1448 def composite_channel_credentials(channel_credentials, *call_credentials): function