InstanceOauthConfig

data class InstanceOauthConfig(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 for the Oauth config.

Link copied to clipboard

The client secret for the Oauth config.