| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectRegistration |
CustomOpenIdConnectProvider.registration()
Get the registration property: The configuration settings of the app registration for the custom Open ID Connect
provider.
|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withClientId(String clientId)
Set the clientId property: The client id of the custom Open ID Connect provider.
|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open
ID Connect provider.
|
| Modifier and Type | Method and Description |
|---|---|
CustomOpenIdConnectProvider |
CustomOpenIdConnectProvider.withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect
provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.