11 writes to AppSecret
Microsoft.AspNetCore.Authentication.Test (10)
FacebookTests.cs (10)
41o.AppSecret = "PLACEHOLDER"; 92o.AppSecret = "Test App Secret"; 125o.AppSecret = "Test App Secret"; 155o.AppSecret = "Test App Secret"; 187o.AppSecret = "Test App Secret"; 224o.AppSecret = "Test App Secret"; 257o.AppSecret = "Test App Secret"; 289o.AppSecret = "Test App Secret"; 326o.AppSecret = "Test App Secret"; 386o.AppSecret = "Test App Secret";
SocialSample (1)
Startup.cs (1)
49o.AppSecret = Configuration["facebook:appsecret"];
2 references to AppSecret
Microsoft.AspNetCore.Authentication.Facebook (2)
FacebookHandler.cs (1)
69var key = Encoding.ASCII.GetBytes(Options.AppSecret);
FacebookOptions.cs (1)
54ArgumentException.ThrowIfNullOrEmpty(AppSecret);