CustomOpenIdConnectProvider.Login Property

Definition

Gets or sets the configuration settings of the login flow of the custom Open ID Connect provider.

[Newtonsoft.Json.JsonProperty(PropertyName="login")]
public Microsoft.Azure.Management.WebSites.Models.OpenIdConnectLogin Login { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="login")>]
member this.Login : Microsoft.Azure.Management.WebSites.Models.OpenIdConnectLogin with get, set
Public Property Login As OpenIdConnectLogin

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to