12 writes to AppId
Microsoft.AspNetCore.Authentication.Test (11)
FacebookTests.cs (11)
40
o.
AppId
= "whatever";
66
services => services.AddAuthentication().AddFacebook(o => o.
AppId
= "Whatever"),
91
o.
AppId
= "Test App Id";
124
o.
AppId
= "Test App Id";
154
o.
AppId
= "Test App Id";
186
o.
AppId
= "Test App Id";
223
o.
AppId
= "Test App Id";
256
o.
AppId
= "Test App Id";
288
o.
AppId
= "Test App Id";
325
o.
AppId
= "Test App Id";
385
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
);