Uses of Class
com.azure.resourcemanager.appservice.models.ClientRegistration
Packages that use ClientRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ClientRegistration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ClientRegistrationModifier and TypeClassDescriptionfinal classThe configuration settings of the app registration for providers that have client ids and client secrets.Methods in com.azure.resourcemanager.appservice.models that return ClientRegistrationModifier and TypeMethodDescriptionstatic ClientRegistrationClientRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClientRegistration from the JsonReader.GitHub.registration()Get the registration property: The configuration settings of the app registration for the GitHub provider.Google.registration()Get the registration property: The configuration settings of the app registration for the Google provider.LegacyMicrosoftAccount.registration()Get the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.ClientRegistration.withClientId(String clientId) Set the clientId property: The Client ID of the app used for login.ClientRegistration.withClientSecretSettingName(String clientSecretSettingName) Set the clientSecretSettingName property: The app setting name that contains the client secret.Methods in com.azure.resourcemanager.appservice.models with parameters of type ClientRegistrationModifier and TypeMethodDescriptionGitHub.withRegistration(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the GitHub provider.Google.withRegistration(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the Google provider.LegacyMicrosoftAccount.withRegistration(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.