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

Function is_authenticated

python/enterprise.py:123–129  ·  view source on GitHub ↗

Determine if you have authenticated to the Enterprise Server. :return: True if you are authenticated

()

Source from the content-addressed store, hash-verified

121
122
123def is_authenticated() -> bool:
124 """
125 Determine if you have authenticated to the Enterprise Server.
126
127 :return: True if you are authenticated
128 """
129 return core.BNIsEnterpriseServerAuthenticated()
130
131
132def username() -> Optional[str]:

Callers 1

acquireMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected