TwitterResponse

data class TwitterResponse(val enabled: Boolean? = null, val registration: TwitterRegistrationResponse? = null)

The configuration settings of the Twitter provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, registration: TwitterRegistrationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the Twitter provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard

The configuration settings of the app registration for the Twitter provider.