Uses of Class
com.azure.resourcemanager.appservice.models.Facebook
-
Packages that use Facebook Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Facebook in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Facebook Modifier and Type Method Description FacebookIdentityProviders. facebook()Get the facebook property: The configuration settings of the Facebook provider.FacebookFacebook. withEnabled(Boolean enabled)Set the enabled property: <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.FacebookFacebook. withGraphApiVersion(String graphApiVersion)Set the graphApiVersion property: The version of the Facebook api to be used while logging in.FacebookFacebook. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.FacebookFacebook. withRegistration(AppRegistration registration)Set the registration property: The configuration settings of the app registration for the Facebook provider.Methods in com.azure.resourcemanager.appservice.models with parameters of type Facebook Modifier and Type Method Description IdentityProvidersIdentityProviders. withFacebook(Facebook facebook)Set the facebook property: The configuration settings of the Facebook provider.
-