Uses of Class
com.azure.resourcemanager.appservice.models.TwitterRegistration
-
Packages that use TwitterRegistration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TwitterRegistration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TwitterRegistration Modifier and Type Method Description TwitterRegistrationTwitter. registration()Get the registration property: The configuration settings of the app registration for the Twitter provider.TwitterRegistrationTwitterRegistration. withConsumerKey(String consumerKey)Set the consumerKey property: The OAuth 1.0a consumer key of the Twitter application used for sign-in.TwitterRegistrationTwitterRegistration. 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 TwitterRegistration Modifier and Type Method Description TwitterTwitter. withRegistration(TwitterRegistration registration)Set the registration property: The configuration settings of the app registration for the Twitter provider.
-