1 write to Value
Microsoft.AspNetCore.Components.Authorization (1)
ClaimData.cs (1)
23
Value
= value;
1 reference to Value
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
34
new ClaimsIdentity(authenticationStateData.Claims.Select(c => new Claim(c.Type, c.
Value
)),