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