11 writes to AppSecret
Microsoft.AspNetCore.Authentication.Test (10)
FacebookTests.cs (10)
41
o.
AppSecret
= "PLACEHOLDER";
99
o.
AppSecret
= "Test App Secret";
132
o.
AppSecret
= "Test App Secret";
162
o.
AppSecret
= "Test App Secret";
194
o.
AppSecret
= "Test App Secret";
231
o.
AppSecret
= "Test App Secret";
264
o.
AppSecret
= "Test App Secret";
296
o.
AppSecret
= "Test App Secret";
333
o.
AppSecret
= "Test App Secret";
393
o.
AppSecret
= "Test App Secret";
SocialSample (1)
Startup.cs (1)
49
o.
AppSecret
= Configuration["facebook:appsecret"];
2 references to AppSecret
Microsoft.AspNetCore.Authentication.Facebook (2)
FacebookHandler.cs (1)
69
var key = Encoding.ASCII.GetBytes(Options.
AppSecret
);
FacebookOptions.cs (1)
54
ArgumentException.ThrowIfNullOrEmpty(
AppSecret
);