(self)
| 135 | return self._url |
| 136 | |
| 137 | def get_auth_key(self) -> str: |
| 138 | if not self._novnc_password: |
| 139 | raise RuntimeError( |
| 140 | "Unable to retrieve stream auth key, check if require_auth is enabled" |
| 141 | ) |
| 142 | return self._novnc_password |
| 143 | |
| 144 | def start( |
| 145 | self, |