API Reference ExOtp v0.0.1

modules

Modules

ExOtp allows you to create One-Time-Passwords, which can be either Time-based One-Time Passwords(TOTP) and Counter based OTPs(via HMAC-based One Time Passwords(HOTP)).

Base file containing common functions for generating the One-time Password algorithms.

This module implements the behaviour OTP classes.

Module to display a custom message when a parameter receives an invalid value.

Module to display a custom message when there is a missing dependency.

Module for the HMAC based One-time Password algorithm.

Module for the Time-based One-time Password algorithm.