Property | Type | Description | |
---|---|---|---|
GetClient | IClient |
Method | Description | |
---|---|---|
Auth ( ) : System.Web.Mvc.ActionResult |
Renders information received from authentication service.
|
|
HomeController ( ) : System.Linq | ||
HomeController ( AuthorizationRoot authorizationRoot ) : System.Linq |
Initializes a new instance of the HomeController class.
|
|
Index ( ) : System.Web.Mvc.ActionResult |
Renders home page with login link.
|
|
Login ( string providerName ) : System.Web.Mvc.RedirectResult |
Redirect to login url of selected provider.
|
Method | Description | |
---|---|---|
GetClient ( ) : IClient |
public Auth ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public HomeController ( AuthorizationRoot authorizationRoot ) : System.Linq | ||
authorizationRoot | AuthorizationRoot | The authorization manager. |
return | System.Linq |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Login ( string providerName ) : System.Web.Mvc.RedirectResult | ||
providerName | string | |
return | System.Web.Mvc.RedirectResult |