Method | Description | |
---|---|---|
AuthController ( IRepository repository, IAppContext appContext, OAuth2.Client.GoogleClient googleClient, OAuth2.Client.FacebookClient facebookClient ) : System | ||
FacebookAuth ( string code, string error ) : System.Web.Mvc.ActionResult | ||
GoogleAuth ( string code, string error ) : System.Web.Mvc.ActionResult |
Renders information received from authentication service.
|
|
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult |
Renders page with login links
|
public AuthController ( IRepository repository, IAppContext appContext, OAuth2.Client.GoogleClient googleClient, OAuth2.Client.FacebookClient facebookClient ) : System | ||
repository | IRepository | |
appContext | IAppContext | |
googleClient | OAuth2.Client.GoogleClient | |
facebookClient | OAuth2.Client.FacebookClient | |
return | System |
public FacebookAuth ( string code, string error ) : System.Web.Mvc.ActionResult | ||
code | string | |
error | string | |
return | System.Web.Mvc.ActionResult |
public GoogleAuth ( string code, string error ) : System.Web.Mvc.ActionResult | ||
code | string | |
error | string | |
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |