MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / username

Method username

python/collaboration/remote.py:120–126  ·  view source on GitHub ↗

Username used to connect to the remote :return: Username string

(self)

Source from the content-addressed store, hash-verified

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:

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected