OpenIdConnectLogin.NameClaimType Property

Definition

Gets or sets the name of the claim that contains the users name.

[Newtonsoft.Json.JsonProperty(PropertyName="nameClaimType")]
public string NameClaimType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nameClaimType")>]
member this.NameClaimType : string with get, set
Public Property NameClaimType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to