12 writes to AppId
Microsoft.AspNetCore.Authentication.Test (11)
FacebookTests.cs (11)
40o.AppId = "whatever"; 73services => services.AddAuthentication().AddFacebook(o => o.AppId = "Whatever"), 98o.AppId = "Test App Id"; 131o.AppId = "Test App Id"; 161o.AppId = "Test App Id"; 193o.AppId = "Test App Id"; 230o.AppId = "Test App Id"; 263o.AppId = "Test App Id"; 295o.AppId = "Test App Id"; 332o.AppId = "Test App Id"; 392o.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);