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