FunctionAppAuthSettingsTwitterArgs

data class FunctionAppAuthSettingsTwitterArgs(val consumerKey: Output<String>, val consumerSecret: Output<String>) : ConvertibleToJava<FunctionAppAuthSettingsTwitterArgs>

Constructors

Link copied to clipboard
constructor(consumerKey: Output<String>, consumerSecret: Output<String>)

Properties

Link copied to clipboard
val consumerKey: Output<String>

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

Link copied to clipboard
val consumerSecret: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): FunctionAppAuthSettingsTwitterArgs