Add docs to the getPin Method

This commit is contained in:
TheArrayser 2023-06-30 23:19:09 +02:00
parent 7fb6795d8c
commit b5fa9e5f58

View File

@ -54,6 +54,11 @@ public abstract class OTP {
public abstract long getNextDueTime();
/**
*
* @return s the current ping, as calculated by the counter or the current time, unless it
* @throws an OTPException
*/
public abstract String getPin() throws OTPException;
public abstract void incrementCounter();