Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store handles authentication storage
func NewStore ¶
func NewStore() *Store
NewStore creates a new auth store Uses the same paths as the Node.js CLI for compatibility
func (*Store) GetAuth ¶
func (s *Store) GetAuth() (*StoredAuth, error)
GetAuth retrieves stored authentication
func (*Store) GetConfigPath ¶
GetConfigPath returns the path to the config file
Click to show internal directories.
Click to hide internal directories.