12 writes to AppId
Microsoft.AspNetCore.Authentication.Test (11)
FacebookTests.cs (11)
40
o.
AppId
= "whatever";
73
services => services.AddAuthentication().AddFacebook(o => o.
AppId
= "Whatever"),
98
o.
AppId
= "Test App Id";
131
o.
AppId
= "Test App Id";
161
o.
AppId
= "Test App Id";
193
o.
AppId
= "Test App Id";
230
o.
AppId
= "Test App Id";
263
o.
AppId
= "Test App Id";
295
o.
AppId
= "Test App Id";
332
o.
AppId
= "Test App Id";
392
o.
AppId
= "Test App Id";
SocialSample (1)
Startup.cs (1)
48
o.
AppId
= Configuration["facebook:appid"];
1 reference to AppId
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
53
ArgumentException.ThrowIfNullOrEmpty(
AppId
);