12 writes to AppId
Microsoft.AspNetCore.Authentication.Test (11)
FacebookTests.cs (11)
40o.AppId = "whatever"; 66services => services.AddAuthentication().AddFacebook(o => o.AppId = "Whatever"), 91o.AppId = "Test App Id"; 124o.AppId = "Test App Id"; 154o.AppId = "Test App Id"; 186o.AppId = "Test App Id"; 223o.AppId = "Test App Id"; 256o.AppId = "Test App Id"; 288o.AppId = "Test App Id"; 325o.AppId = "Test App Id"; 385o.AppId = "Test App Id";
SocialSample (1)
Startup.cs (1)
48o.AppId = Configuration["facebook:appid"];
1 reference to AppId
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(AppId);