PHPGangsta_GoogleAuthenticator::_getBase32LookupTable PHP Method

_getBase32LookupTable() protected method

Get array with all 32 characters for decoding from/encoding to base32.
protected _getBase32LookupTable ( ) : array
return 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', '=');
    }