| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectClientCredential |
OpenIdConnectRegistration.clientCredential()
Get the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
|
OpenIdConnectClientCredential |
OpenIdConnectClientCredential.withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting that contains the client secret for the custom Open ID
Connect provider.
|
OpenIdConnectClientCredential |
OpenIdConnectClientCredential.withMethod(ClientCredentialMethod method)
Set the method property: The method that should be used to authenticate the user.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.