Uses of Class
com.azure.resourcemanager.appservice.models.AppRegistration
Packages that use AppRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppRegistration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AppRegistrationModifier and TypeClassDescriptionfinal classThe configuration settings of the app registration for providers that have app ids and app secrets.Methods in com.azure.resourcemanager.appservice.models that return AppRegistrationModifier and TypeMethodDescriptionstatic AppRegistrationAppRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppRegistration from the JsonReader.Facebook.registration()Get the registration property: The configuration settings of the app registration for the Facebook provider.Set the appId property: The App ID of the app used for login.AppRegistration.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 AppRegistrationModifier and TypeMethodDescriptionFacebook.withRegistration(AppRegistration registration) Set the registration property: The configuration settings of the app registration for the Facebook provider.