Uses of Class
com.azure.resourcemanager.appservice.models.Facebook
Packages that use Facebook
Package
Description
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 FacebookModifier and TypeMethodDescriptionIdentityProviders.facebook()Get the facebook property: The configuration settings of the Facebook provider.static FacebookFacebook.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Facebook from the JsonReader.Facebook.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>.Facebook.withGraphApiVersion(String graphApiVersion) Set the graphApiVersion property: The version of the Facebook api to be used while logging in.Facebook.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.Facebook.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 FacebookModifier and TypeMethodDescriptionIdentityProviders.withFacebook(Facebook facebook) Set the facebook property: The configuration settings of the Facebook provider.