Uses of Class
com.azure.resourcemanager.appservice.models.TwitterRegistration
Packages that use TwitterRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of TwitterRegistration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TwitterRegistrationModifier and TypeClassDescriptionfinal classThe configuration settings of the app registration for the Twitter provider.Methods in com.azure.resourcemanager.appservice.models that return TwitterRegistrationModifier and TypeMethodDescriptionstatic TwitterRegistrationTwitterRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TwitterRegistration from the JsonReader.Twitter.registration()Get the registration property: The configuration settings of the app registration for the Twitter provider.TwitterRegistration.withConsumerKey(String consumerKey) Set the consumerKey property: The OAuth 1.0a consumer key of the Twitter application used for sign-in.TwitterRegistration.withConsumerSecretSettingName(String consumerSecretSettingName) Set the consumerSecretSettingName property: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.Methods in com.azure.resourcemanager.appservice.models with parameters of type TwitterRegistrationModifier and TypeMethodDescriptionTwitter.withRegistration(TwitterRegistration registration) Set the registration property: The configuration settings of the app registration for the Twitter provider.