WebJobsAuthenticationEventsTokenClaim.Id Property

Definition

Gets or sets the identifier.

[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings=false)]
[System.Text.Json.Serialization.JsonPropertyName("id")]
public string Id { get; set; }
[<System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings=false)>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

The identifier.

Attributes

Applies to