PHPGangsta_GoogleAuthenticator::_getBase32LookupTable PHP Метод

_getBase32LookupTable() защищенный Метод

Get array with all 32 characters for decoding from/encoding to base32.
protected _getBase32LookupTable ( ) : array
Результат array
    protected function _getBase32LookupTable()
    {
        return array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '2', '3', '4', '5', '6', '7', '=');
    }