1 write to NameClaimType
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
46data.NameClaimType = identity.NameClaimType;
1 reference to NameClaimType
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
59if (authenticationState.User.FindFirst(data.NameClaimType) is { } nameClaim)