is Valid
fun isValid(code: String, timestamp: Date = Date(System.currentTimeMillis())): Boolean
Content copied to clipboard
Validates the given code.
Parameters
code
the code calculated from the challenge to validate.
timestamp
the used challenge for the code. The default value is the current system time from System.currentTimeMillis.