2 references to ConsumerSecret
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterHandler.cs (1)
230
var signature = ComputeSignature(Options.
ConsumerSecret
!, accessToken?.TokenSecret, stringBuilder.ToString());
TwitterOptions.cs (1)
108
ArgumentException.ThrowIfNullOrEmpty(
ConsumerSecret
);