Skip to content

Instance Method

generate(counter:)

Generate the HOTP based on the counter.
func generate(counter: UInt64) -> String

Parameters

counter

The counter to generate the HOTP for.

Return Value

The generated HOTP as String.