11 writes to AppSecret
Microsoft.AspNetCore.Authentication.Test (10)
FacebookTests.cs (10)
41
o.
AppSecret
= "PLACEHOLDER";
92
o.
AppSecret
= "Test App Secret";
125
o.
AppSecret
= "Test App Secret";
155
o.
AppSecret
= "Test App Secret";
187
o.
AppSecret
= "Test App Secret";
224
o.
AppSecret
= "Test App Secret";
257
o.
AppSecret
= "Test App Secret";
289
o.
AppSecret
= "Test App Secret";
326
o.
AppSecret
= "Test App Secret";
386
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
);