PHPGangsta_GoogleAuthenticator::setCodeLength PHP Méthode

setCodeLength() public méthode

Set the code length, should be >=6.
public setCodeLength ( integer $length ) : PHPGangsta_GoogleAuthenticator
$length integer
Résultat PHPGangsta_GoogleAuthenticator
    public function setCodeLength($length)
    {
        $this->_codeLength = $length;
        return $this;
    }