1 write to RoleClaimType
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
47data.RoleClaimType = identity.RoleClaimType;
2 references to RoleClaimType
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
37roleType: authenticationStateData.RoleClaimType))));
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializationOptions.cs (1)
64foreach (var roleClaim in authenticationState.User.FindAll(data.RoleClaimType))