CrOTP::HOTP
Inherits CrOTP::OTP / Reference / Object
Constructors
new(secret : String, digits : Int = 6)
SourceInstance methods
authenticator_uri(initial_counter : Int, issuer : String, user : String) : String
Sourceauthenticator_uri(initial_counter : Int, issuer : String) : String
Sourcegenerate(counter : Int) : String
Sourceverify(token : String, counter : Int, allowed_drift : Int = 0) : Bool
Source