Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crotp
v0.1.1
CrOTP
HOTP
OTP
TOTP
Crotp
Built with Crystal 1.9.2
2023-10-08 01:30:29 UTC
class
CrOTP::HOTP
CrOTP::HOTP
Reference
Object
Included Modules
CrOTP::OTP
Defined in:
crotp/hotp.cr
Constructors
.new
(secret : String, digits : Int =
6
)
Instance Method Summary
#generate
(counter : Int) : String
#verify
(token : String, counter : Int) : Bool
Constructor Detail
def self.
new
(secret : String, digits : Int =
6
)
#
[
View source
]
Instance Method Detail
def
generate
(counter : Int) : String
#
[
View source
]
def
verify
(token : String, counter : Int) : Bool
#
[
View source
]