7 references to WithAuthenticatedUser
Microsoft.AspNetCore.Identity.FunctionalTests (7)
Pages\Account\ExternalLogin.cs (1)
36return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\Login.cs (1)
73Context.WithAuthenticatedUser().WithPasswordLogin());
Pages\Account\LoginWith2fa.cs (1)
38return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\LoginWithRecoveryCode.cs (1)
30return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\Register.cs (1)
51return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Contoso\Login.cs (1)
31return new Index(Client, externalLogin, Context.WithAuthenticatedUser());
UserStories.cs (1)
188.WithAuthenticatedUser()