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
);