Username used to connect to the remote :return: Username string
(self)
| 118 | |
| 119 | @property |
| 120 | def username(self) -> str: |
| 121 | """ |
| 122 | Username used to connect to the remote |
| 123 | |
| 124 | :return: Username string |
| 125 | """ |
| 126 | return core.BNRemoteGetUsername(self._handle) |
| 127 | |
| 128 | @property |
| 129 | def token(self) -> str: |