using System.Diagnostics.CodeAnalysis; namespace DotNetOpenAuth.Web { /// /// Represents built in OAuth clients. /// [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "OAuth")] public enum BuiltInOAuthClient { Twitter, Facebook, LinkedIn, WindowsLive } }