Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetupResult ¶
SetupResult contains the result of a browser-based setup
type SetupServer ¶
type SetupServer struct {
// contains filtered or unexported fields
}
SetupServer handles the browser-based authentication flow
func NewSetupServer ¶
func NewSetupServer(apiBaseURL string, out, err io.Writer) (*SetupServer, error)
NewSetupServer creates a new setup server
func (*SetupServer) Start ¶
func (s *SetupServer) Start(ctx context.Context) (*SetupResult, error)
Start starts the setup server and opens the browser
Click to show internal directories.
Click to hide internal directories.