1 write to currentAuthenticationState
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeViewCore.cs (1)
90currentAuthenticationState = await AuthenticationState;
3 references to currentAuthenticationState
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeViewCore.cs (3)
62builder.AddContent(0, authorized?.Invoke(currentAuthenticationState!)); 66builder.AddContent(0, NotAuthorized?.Invoke(currentAuthenticationState!)); 91isAuthorized = await IsAuthorizedAsync(currentAuthenticationState.User);