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