class CrOTP::HOTP
- CrOTP::HOTP
- Reference
- Object
Included Modules
Defined in:
crotp/hotp.crConstructors
Instance Method Summary
- #authenticator_uri(initial_counter : Int, issuer : String, user : String) : String
- #authenticator_uri(initial_counter : Int, issuer : String) : String
- #generate(counter : Int) : String
- #verify(token : String, counter : Int, allowed_drift : Int = 0) : Bool
Instance methods inherited from module CrOTP::OTP
base32_secret : String
base32_secret
Constructor Detail
Instance Method Detail
def authenticator_uri(initial_counter : Int, issuer : String, user : String) : String
#