Versions in this module Expand all Collapse all v1 v1.0.1 Oct 1, 2024 Changes in this version + func ExternalTokenHelperPath(path string) (string, error) + type ExternalTokenHelper struct + BinaryPath string + Env []string + func (h *ExternalTokenHelper) Erase() error + func (h *ExternalTokenHelper) Get() (string, error) + func (h *ExternalTokenHelper) Path() string + func (h *ExternalTokenHelper) Store(v string) error + type InternalTokenHelper struct + func NewInternalTokenHelper() (*InternalTokenHelper, error) + func (i *InternalTokenHelper) Erase() error + func (i *InternalTokenHelper) Get() (string, error) + func (i *InternalTokenHelper) Path() string + func (i *InternalTokenHelper) Store(input string) error + type TokenHelper interface + Erase func() error + Get func() (string, error) + Path func() string + Store func(string) error