| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectConfig |
OpenIdConnectRegistration.openIdConnectConfiguration()
Get the openIdConnectConfiguration property: The openIdConnectConfiguration property.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withAuthorizationEndpoint(String authorizationEndpoint)
Set the authorizationEndpoint property: The authorizationEndpoint property.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withCertificationUri(String certificationUri)
Set the certificationUri property: The certificationUri property.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withIssuer(String issuer)
Set the issuer property: The issuer property.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withKind(String kind)
Set the kind property: Kind of resource.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withTokenEndpoint(String tokenEndpoint)
Set the tokenEndpoint property: The tokenEndpoint property.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withWellKnownOpenIdConfiguration(String wellKnownOpenIdConfiguration)
Set the wellKnownOpenIdConfiguration property: The wellKnownOpenIdConfiguration property.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The openIdConnectConfiguration property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.