Twitter Registration Response
data class TwitterRegistrationResponse(val consumerKey: String? = null, val consumerSecretSettingName: String? = null)
The configuration settings of the app registration for the Twitter provider.
Constructors
Link copied to clipboard
fun TwitterRegistrationResponse(consumerKey: String? = null, consumerSecretSettingName: String? = null)