mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-10-04 07:09:58 +00:00
6 lines
No EOL
150 B
C#
6 lines
No EOL
150 B
C#
namespace LBPUnion.ProjectLighthouse.Servers.Website.Captcha;
|
|
|
|
public interface ICaptchaService
|
|
{
|
|
Task<bool> VerifyCaptcha(HttpRequest request);
|
|
} |