Windows Function App Auth Settings V2Twitter V2Args
data class WindowsFunctionAppAuthSettingsV2TwitterV2Args(val consumerKey: Output<String>, val consumerSecretSettingName: Output<String>) : ConvertibleToJava<WindowsFunctionAppAuthSettingsV2TwitterV2Args>
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.