Share via


AuthenticationStateData.Claims Property

Definition

The client-readable claims that describe the User.

public System.Collections.Generic.IList<Microsoft.AspNetCore.Components.Authorization.ClaimData> Claims { get; set; }
member this.Claims : System.Collections.Generic.IList<Microsoft.AspNetCore.Components.Authorization.ClaimData> with get, set
Public Property Claims As IList(Of ClaimData)

Property Value

Applies to