| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Facebook |
IdentityProviders.facebook()
Get the facebook property: The configuration settings of the Facebook provider.
|
Facebook |
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 |
Facebook.withGraphApiVersion(String graphApiVersion)
Set the graphApiVersion property: The version of the Facebook api to be used while logging in.
|
Facebook |
Facebook.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Facebook |
Facebook.withRegistration(AppRegistration registration)
Set the registration property: The configuration settings of the app registration for the Facebook provider.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
IdentityProviders.withFacebook(Facebook facebook)
Set the facebook property: The configuration settings of the Facebook provider.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.