Uses of Class
com.azure.resourcemanager.appservice.models.AppRegistration
-
Packages that use AppRegistration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppRegistration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppRegistration Modifier and Type Method Description AppRegistrationFacebook. registration()Get the registration property: The configuration settings of the app registration for the Facebook provider.AppRegistrationAppRegistration. withAppId(String appId)Set the appId property: The App ID of the app used for login.AppRegistrationAppRegistration. withAppSecretSettingName(String appSecretSettingName)Set the appSecretSettingName property: The app setting name that contains the app secret.Methods in com.azure.resourcemanager.appservice.models with parameters of type AppRegistration Modifier and Type Method Description FacebookFacebook. withRegistration(AppRegistration registration)Set the registration property: The configuration settings of the app registration for the Facebook provider.
-