1 override of ValidateAuthenticationStateAsync
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RevalidatingServerAuthenticationStateProviderTest.cs (1)
247protected override Task<bool> ValidateAuthenticationStateAsync(AuthenticationState authenticationState, CancellationToken cancellationToken)
1 reference to ValidateAuthenticationStateAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\RevalidatingServerAuthenticationStateProvider.cs (1)
73isValid = await ValidateAuthenticationStateAsync(authenticationState, cancellationToken);