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