| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectLogin |
CustomOpenIdConnectProvider.login()
Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
|
OpenIdConnectLogin |
OpenIdConnectLogin.withNameClaimType(String nameClaimType)
Set the nameClaimType property: The name of the claim that contains the users name.
|
OpenIdConnectLogin |
OpenIdConnectLogin.withScopes(List<String> scopes)
Set the scopes property: A list of the scopes that should be requested while authenticating.
|
| Modifier and Type | Method and Description |
|---|---|
CustomOpenIdConnectProvider |
CustomOpenIdConnectProvider.withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.