public interface ITOTPAuthenticatorKey
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the secret key.
|
List<Integer> |
getScratchCodes()
Get the list of scratch codes.
|
int |
getVerificationCode()
Returns the verification code at time = 0.
|
String getKey()
List<Integer> getScratchCodes()
int getVerificationCode()