1 write to Client
AuthSamples.FunctionalTests (1)
DynamicSchemeTests.cs (1)
17
Client
= fixture.CreateClient();
5 references to Client
AuthSamples.FunctionalTests (5)
DynamicSchemeTests.cs (5)
26
var response = await
Client
.GetAsync("/");
61
response = await
Client
.GetAsync("/Auth/Remove?scheme=New1");
70
response = await
Client
.GetAsync("/Auth/Remove?scheme=New2");
82
var goToSignIn = await
Client
.GetAsync("/");
86
return await
Client
.SendAsync(form, new Dictionary<string, string>()