ConnectionClientParameters

data class ConnectionClientParameters(val clientId: String, val clientSecret: String)

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID to use for OAuth authorization.

Link copied to clipboard

The client secret assciated with the client ID to use for OAuth authorization.