3 instantiations of ClaimData
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
AuthenticationStateSerializationOptions.cs (3)
54
data.Claims.Add(
new
(claim));
61
data.Claims.Add(
new
(nameClaim));
66
data.Claims.Add(
new
(roleClaim));
3 references to ClaimData
Microsoft.AspNetCore.Components.Authorization (3)
AuthenticationStateData.cs (1)
16
public IList<
ClaimData
> Claims { get; set; } = [];
ClaimData.cs (2)
15
/// Constructs a new instance of <see cref="
ClaimData
"/> from a type and value.
27
/// Constructs a new instance of <see cref="
ClaimData
"/> from a <see cref="Claim"/> copying only the