Psecio\Jwt\ClaimsCollection::next PHP Method

next() public method

Get the next position value
public next ( ) : integer
return integer Next position
    public function next()
    {
        return ++$this->position;
    }