Grpc Service Config Response
data class GrpcServiceConfigResponse(val callCredentials: CallCredentialsResponse, val channelCredentials: ChannelCredentialsResponse, val targetUri: String)
Deprecated gRPC config to access the SDS server. gRPC config to access the SDS server.
Constructors
Link copied to clipboard
fun GrpcServiceConfigResponse(callCredentials: CallCredentialsResponse, channelCredentials: ChannelCredentialsResponse, targetUri: String)