Uses of Class
com.azure.resourcemanager.appcontainers.models.Facebook
-
Packages that use Facebook Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Facebook in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Facebook Modifier and Type Method 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.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Facebook Modifier and Type Method Description IdentityProviders
IdentityProviders. withFacebook(Facebook facebook)
Set the facebook property: The configuration settings of the Facebook provider.
-