mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-07-12 13:38:35 +00:00
Init
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package me.totalfreedom.security;
|
||||
|
||||
public interface Verification
|
||||
{
|
||||
public boolean verify(String input);
|
||||
|
||||
public String getVerificationMessage();
|
||||
|
||||
public String getVerificationFailedMessage();
|
||||
|
||||
public String generateVerificationCode();
|
||||
}
|
Reference in New Issue
Block a user