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 |
public static CompleteResetAsync ( string tenant, string requestId, string password ) : System.Threading.Tasks.Task | ||
tenant | string | |
requestId | string | |
password | string | |
return | System.Threading.Tasks.Task |
public static GetIfActiveAsync ( string tenant, string token ) : Task |
||
tenant | string | |
token | string | |
return | Task |
public static HasActiveResetRequestAsync ( string tenant, string email ) : Task |
||
tenant | string | |
string | ||
return | Task |
public static RequestAsync ( string tenant, Frapid.Account.InputModels.ResetInfo model ) : Task |
||
tenant | string | |
model | Frapid.Account.InputModels.ResetInfo | |
return | Task |