| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ClientRegistration |
Google.registration()
Get the registration property: The configuration settings of the app registration for the Google provider.
|
ClientRegistration |
GitHub.registration()
Get the registration property: The configuration settings of the app registration for the GitHub provider.
|
ClientRegistration |
LegacyMicrosoftAccount.registration()
Get the registration property: The configuration settings of the app registration for the legacy Microsoft
Account provider.
|
ClientRegistration |
ClientRegistration.withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.
|
ClientRegistration |
ClientRegistration.withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting name that contains the client secret.
|
| Modifier and Type | Method and Description |
|---|---|
Google |
Google.withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the Google provider.
|
GitHub |
GitHub.withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the GitHub provider.
|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the legacy Microsoft
Account provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.