AuthenticationStateData.Claims Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)