class CrOTP::TOTP
- CrOTP::TOTP
- Reference
- Object
Included Modules
Defined in:
crotp/totp.crConstructors
Instance Method Summary
- #generate(at : Int = Time.now.epoch) : String
- #generate(at : Time) : String
- #verify(token : String, at : Int = Time.now.epoch, allowed_drift : Int = 0) : Bool
- #verify(token : String, at : Time, allowed_drift : Int = 0) : Bool