4 references to Claims
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
34
new ClaimsIdentity(authenticationStateData.
Claims
.Select(c => new Claim(c.Type, c.Value)),
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));