summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Web/BuiltInOpenIDClient.cs
blob: 65de6e306793c7384cffd2e0a05bbdae6a3fba7c (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace DotNetOpenAuth.Web
{
    /// <summary>
    /// Represents built in OpenID clients.
    /// </summary>
    public enum BuiltInOpenIDClient
    {
        Google,
        Yahoo
    }
}