TwitterRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the app registration for the Twitter provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TwitterRegistrationTypeConverter))]
public class TwitterRegistration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ITwitterRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TwitterRegistrationTypeConverter))>]
type TwitterRegistration = class
interface ITwitterRegistration
interface IJsonSerializable
Public Class TwitterRegistration
Implements ITwitterRegistration
- Inheritance
-
TwitterRegistration
- Attributes
- Implements
Constructors
TwitterRegistration() |
Creates an new TwitterRegistration instance. |
Properties
ConsumerKey |
The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in |
ConsumerSecretSettingName |
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TwitterRegistration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TwitterRegistration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ITwitterRegistration. |
FromJsonString(String) |
Creates a new instance of TwitterRegistration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TwitterRegistration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |