1 write to NameClaimType
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
46data.NameClaimType = identity.NameClaimType;
2 references to NameClaimType
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
36nameType: authenticationStateData.NameClaimType,
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
59if (authenticationState.User.FindFirst(data.NameClaimType) is { } nameClaim)