Open Dev Kit Documentation :: TOTP :: Validate TOTP
TOTP.ValidateTOTP( Key String, Token String ) BooleanReturns if the expected one-time password matches the specified key
Parameters
Return Value
Lua Usage
local boolean = TOTP.ValidateTOTP(key, token)
If you think anything is missing, please feel free to: submit documentation feedback on this page
