Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Classes | |
class | OTP |
interface | OTPInterface |
class | TOTP |
interface | TOTPInterface |
Functions | |
getDigest () | |
getDigits () | |
getIssuer () | |
getLabel () | |
getParameter (string $parameter) | |
getParameterMap () | |
getParameters () | |
getSecret () | |
hasParameter (string $parameter) | |
isIssuerIncludedAsParameter () | |
setIssuer (string $issuer) | |
setIssuerIncludedAsParameter (bool $issuer_included_as_parameter) | |
setLabel (string $label) | |
setParameter (string $parameter, $value) | |
Variables | |
trait | ParameterTrait |
OTPHP\getDigest | ( | ) |
string |
OTPHP\getDigits | ( | ) |
int |
OTPHP\getIssuer | ( | ) |
string|null |
OTPHP\getLabel | ( | ) |
string|null |
OTPHP\getParameter | ( | string | $parameter | ) |
string | $parameter |
mixed |
|
protected |
array |
OTPHP\getParameters | ( | ) |
array |
OTPHP\getSecret | ( | ) |
string |
OTPHP\hasParameter | ( | string | $parameter | ) |
string | $parameter |
bool |
OTPHP\isIssuerIncludedAsParameter | ( | ) |
bool |
OTPHP\setIssuer | ( | string | $issuer | ) |
string | $issuer |
OTPHP\setIssuerIncludedAsParameter | ( | bool | $issuer_included_as_parameter | ) |
bool | $issuer_included_as_parameter |
OTPHP\setLabel | ( | string | $label | ) |
string | $label |
OTPHP\setParameter | ( | string | $parameter, |
$value ) |
string | $parameter | |
mixed | $value |
trait OTPHP\ParameterTrait |