你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.App.Models.TwitterRegistrationTypeConverter))]
public class TwitterRegistration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ITwitterRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.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.App.Models.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. |
ToString() |