OTP : get options
This commit is contained in:
parent
2938a5981f
commit
63120ac431
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue