otp-authenticator-0.1.1.0: OTP Authenticator (a la google) command line client

Copyright(c) Justin Le 2017
LicenseMIT
Maintainerjustin@jle.im
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Authenticator.Common

Description

Common utility functions and values used throughout the library.

Synopsis

Documentation

hlSettings :: forall m. MonadIO m => Settings m Source #

Default settings for haskeline.

decodePad :: Text -> Maybe ByteString Source #

Pad and decode a base32-encoded value from its Text prepresentation.