4 references to Claims
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
34new ClaimsIdentity(authenticationStateData.Claims.Select(c => new Claim(c.Type, c.Value)),
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
AuthenticationStateSerializationOptions.cs (3)
54data.Claims.Add(new(claim)); 61data.Claims.Add(new(nameClaim)); 66data.Claims.Add(new(roleClaim));