LinuxFunctionAppAuthSettingsV2TwitterV2

data class LinuxFunctionAppAuthSettingsV2TwitterV2(val consumerKey: String, val consumerSecretSettingName: String)

Constructors

Link copied to clipboard
constructor(consumerKey: String, consumerSecretSettingName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth 1.0a consumer key of the Twitter application used for sign-in.

Link copied to clipboard

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. !>Note: A setting with this name must exist in app_settings to function correctly.