GrpcServiceConfigResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The call credentials to access the SDS server.

Link copied to clipboard

The channel credentials to access the SDS server.

Link copied to clipboard

The target URI of the SDS server.