Linux Web App Auth Settings Twitter
data class LinuxWebAppAuthSettingsTwitter(val consumerKey: String, val consumerSecret: String? = null, val consumerSecretSettingName: String? = null)
Properties
Link copied to clipboard
The OAuth 1.0a consumer key of the Twitter application used for sign-in.
Link copied to clipboard
The OAuth 1.0a consumer secret of the Twitter application used for sign-in. Cannot be specified with consumer_secret_setting_name
.
Link copied to clipboard
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. Cannot be specified with consumer_secret
.