C# Class Frapid.Account.DAL.ResetRequests

Exibir arquivo Open project: frapid/frapid

Public Methods

Method Description
CompleteResetAsync ( string tenant, string requestId, string password ) : System.Threading.Tasks.Task
GetIfActiveAsync ( string tenant, string token ) : Task
HasActiveResetRequestAsync ( string tenant, string email ) : Task
RequestAsync ( string tenant, Frapid.Account.InputModels.ResetInfo model ) : Task

Method Details

CompleteResetAsync() public static method

public static CompleteResetAsync ( string tenant, string requestId, string password ) : System.Threading.Tasks.Task
tenant string
requestId string
password string
return System.Threading.Tasks.Task

GetIfActiveAsync() public static method

public static GetIfActiveAsync ( string tenant, string token ) : Task
tenant string
token string
return Task

HasActiveResetRequestAsync() public static method

public static HasActiveResetRequestAsync ( string tenant, string email ) : Task
tenant string
email string
return Task

RequestAsync() public static method

public static RequestAsync ( string tenant, Frapid.Account.InputModels.ResetInfo model ) : Task
tenant string
model Frapid.Account.InputModels.ResetInfo
return Task