Versions in this module Expand all Collapse all v0 v0.9.0 Aug 12, 2026 Changes in this version + var ErrNoAuthorizationCode = errors.New("browser: redirect carried no authorization code") + func Connect(ctx context.Context, host string, opts ...Option) (*safeguard.Client, error) + type Option func(*config) + func WithBrowserOpener(open func(url string) error) Option + func WithConnectionOptions(opts ...safeguard.Option) Option + func WithLoginHint(username string) Option + func WithPort(port int) Option