summaryrefslogtreecommitdiffstats
path: root/source/Janrain.OpenId/RegistrationExtension/ProfileRequest.cs
blob: 9560f0e938fafdeb442c29ced0967e9dc38b2f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/********************************************************
 * Copyright (C) 2007 Andrew Arnott
 * Released under the New BSD License
 * License available here: http://www.opensource.org/licenses/bsd-license.php
 * For news or support on this file: http://blog.nerdbank.net/
 ********************************************************/

namespace Janrain.OpenId.RegistrationExtension
{
    public enum ProfileRequest
    {
        NoRequest,
        Request,
        Require,
    }
}