Linux Function App Auth Settings V2Twitter V2
data class LinuxFunctionAppAuthSettingsV2TwitterV2(val consumerKey: String, val consumerSecretSettingName: String)
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.