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