|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Collaboration diagram for Noalyss\OTP:Public Member Functions | |
| __construct () | |
| build_secret () | |
| build a secret key and returns it | |
| compute_code ($secret) | |
| compute a code for auth. | |
| get_authenticator () | |
| set_authenticator ($authenticator) | |
Private Attributes | |
| $authenticator | |
Definition at line 40 of file otp.class.php.
| Noalyss\OTP::__construct | ( | ) |
Definition at line 44 of file otp.class.php.
| Noalyss\OTP::build_secret | ( | ) |
build a secret key and returns it
Definition at line 55 of file otp.class.php.
References $secret.
| Noalyss\OTP::compute_code | ( | $secret | ) |
compute a code for auth.
for the user passed in parameter
| $secret | (string) secret stored in AC_USER |
Definition at line 66 of file otp.class.php.
References $secret.
| Noalyss\OTP::get_authenticator | ( | ) |
Definition at line 72 of file otp.class.php.
References $authenticator.
| Noalyss\OTP::set_authenticator | ( | $authenticator | ) |
Definition at line 76 of file otp.class.php.
References $authenticator.
|
private |
Definition at line 42 of file otp.class.php.
Referenced by set_authenticator().