mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 09:16:25 +01:00
CodeQL
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
|
||||
public interface ICaptchaVerifier
|
||||
{
|
||||
/// <summary>
|
||||
/// Verify captcha token is valid
|
||||
/// </summary>
|
||||
/// <param name="token"></param>
|
||||
/// <returns></returns>
|
||||
ValueTask<bool> Verify(string? token);
|
||||
}
|
||||
Reference in New Issue
Block a user