4 references to CreateAuthenticationState
Microsoft.AspNetCore.Components.Authorization.Tests (4)
CascadingAuthenticationStateTest.cs (4)
39CurrentAuthStateTask = Task.FromResult(CreateAuthenticationState("Bert")) 100authStateTaskCompletionSource.SetResult(CreateAuthenticationState("Bert")); 124CurrentAuthStateTask = Task.FromResult(CreateAuthenticationState(null)) 138Task.FromResult(CreateAuthenticationState("Bert")));