Skip to content

Instantly share code, notes, and snippets.

@richardprice
Created August 23, 2013 15:02
Show Gist options
  • Save richardprice/6320348 to your computer and use it in GitHub Desktop.
Save richardprice/6320348 to your computer and use it in GitHub Desktop.
using System;
using SimpleAuthentication.Core;
namespace SimpleAuthNinjectExample.Models
{
public class AuthenticateCallbackViewModel
{
public IAuthenticatedClient AuthenticatedClient { get; set; }
public Exception Exception { get; set; }
public string ReturnUrl { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment