1 write to currentAuthenticationState
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeViewCore.cs (1)
92currentAuthenticationState = await AuthenticationState;
3 references to currentAuthenticationState
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeViewCore.cs (3)
64builder.AddContent(0, authorized?.Invoke(currentAuthenticationState!)); 68builder.AddContent(0, NotAuthorized?.Invoke(currentAuthenticationState!)); 93isAuthorized = await IsAuthorizedAsync(currentAuthenticationState.User);