OTP : get options

This commit is contained in:
sparkyx 2026-04-02 11:32:05 +02:00
parent e8efa5102f
commit 77fc89a7cd

View file

@ -164,5 +164,8 @@ class Authenticator{
return sprintf('otpauth://%s/%s?%s', $this->mode, rawurlencode($label), $values); return sprintf('otpauth://%s/%s?%s', $this->mode, rawurlencode($label), $values);
} }
function getOptions()
{
return $this->options;
}
} }