C# Class Stormpath.AspNetCore.DocExamples.Controllers.AccountsController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: stormpath/stormpath-aspnetcore

Public Methods

Method Description
AccountsController ( IApplication application ) : System

Private Methods

Method Description
FindAccountByEmail ( string email ) : Task

Method Details

AccountsController() public method

public AccountsController ( IApplication application ) : System
application IApplication
return System