Setaria.hotp

You're seeing just the function hotp, go back to Setaria module for more information.
Link to this function

hotp(secret, counter, opts \\ [])

Specs

hotp(secret :: String.t(), counter :: Integer.t(), opts :: Keyword.t()) ::
  String.t()

Create HOTP with secret and counter

  • opts
  • encoded_secret: false : secret is not base32 encoded.