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

Method token

python/collaboration/remote.py:129–135  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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:

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected