aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
blob: a34165b23e3c6bea8ecb2f1086dbcbea17b20673 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MediaBrowser.Model.ApiClient
{
    public enum ConnectSignupResponse
    {
        Failure,
        Success,
        EmailInUse,
        UsernameInUser
    }
}