Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LaunchPlatform/beanhub-cli
/ AuthConfig
Class
AuthConfig
beanhub_cli/auth.py:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
@dataclasses.dataclass
16
class
AuthConfig:
17
token: str
18
username: str
19
repo: str
20
21
22
def
parse_repo(repo: str | None) -> typing.Tuple[str | None, str | None]:
Callers
1
ensure_auth_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected