Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
OTPHP\TOTPInterface Member List

This is the complete list of members for OTPHP\TOTPInterface, including all inherited members.

at(int $timestamp) (defined in OTPHP\OTPInterface)OTPHP\OTPInterface
getDigest()OTPHP\OTPInterface
getDigits()OTPHP\OTPInterface
getIssuer()OTPHP\OTPInterface
getLabel()OTPHP\OTPInterface
getParameter(string $parameter)OTPHP\OTPInterface
getParameters()OTPHP\OTPInterface
getPeriod()OTPHP\TOTPInterface
getProvisioningUri()OTPHP\OTPInterface
getQrCodeUri(string $uri='https://chart.googleapis.com/chart?chs=200x200 &chld=M|0 &cht=qr &chl={PROVISIONING_URI}', string $placeholder='{PROVISIONING_URI}')OTPHP\OTPInterface
getSecret()OTPHP\OTPInterface
hasParameter(string $parameter)OTPHP\OTPInterface
isIssuerIncludedAsParameter()OTPHP\OTPInterface
now() (defined in OTPHP\TOTPInterface)OTPHP\TOTPInterface
setIssuer(string $issuer)OTPHP\OTPInterface
setIssuerIncludedAsParameter(bool $issuer_included_as_parameter)OTPHP\OTPInterface
setLabel(string $label)OTPHP\OTPInterface
setParameter(string $parameter, $value)OTPHP\OTPInterface
verify(string $otp, $input=null, $window=null)OTPHP\OTPInterface