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