Instance Method
generate(counter:)
Generate the HOTP based on the counter.
func generate(counter: UInt64) -> String
Parameters
counterThe counter to generate the HOTP for.
Return Value
The generated HOTP as String.
Instance Method
func generate(counter: UInt64) -> String
counterThe counter to generate the HOTP for.
The generated HOTP as String.