Psecio\Jwt\ClaimsCollection::key PHP Method

key() public method

Return the current key (position) value
public key ( ) : integer
return integer Position value
    public function key()
    {
        return $this->position;
    }