Token used to connect to the remote :return: Token string
(self)
| 127 | |
| 128 | @property |
| 129 | def token(self) -> str: |
| 130 | """ |
| 131 | Token used to connect to the remote |
| 132 | |
| 133 | :return: Token string |
| 134 | """ |
| 135 | return core.BNRemoteGetToken(self._handle) |
| 136 | |
| 137 | @property |
| 138 | def server_version(self) -> int: |