MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / AuthState

TypeAlias AuthState

internal/tui/app.go:30–30  ·  view source on GitHub ↗

AuthState tracks the auth onboarding flow.

Source from the content-addressed store, hash-verified

28
29// AuthState tracks the auth onboarding flow.
30type AuthState int
31
32const (
33 AuthStatePrompt AuthState = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected