webdav portal password reset added
This commit is contained in:
parent
4bae47e17f
commit
599e9a8865
48 changed files with 1163 additions and 117 deletions
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace WebsitePanel.WebDav.Core.Interfaces.Security
|
||||
{
|
||||
public interface ISmsAuthenticationService
|
||||
{
|
||||
bool VerifyResponse(Guid token, string response);
|
||||
string SendRequestMessage(string phoneTo);
|
||||
string GenerateResponse();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue