HotpGeneratorContext

public final class HotpGeneratorContext: OtpGeneratorContext

A class of Generator used to generate a counter based one-time password (HOTP).

  • This method generates a one-time password.

    Declaration

    Swift

    public func create() -> String?