Versions in this module Expand all Collapse all v0 v0.17.2 Mar 6, 2026 Changes in this version + type AccessToken interface + Read func() (string, error) + func NewAccessToken(filePath string) AccessToken + type FileAccessToken struct + func (k *FileAccessToken) IsExpired() bool + func (k *FileAccessToken) Read() (string, error) + type StaticAccessToken struct + Token string + func NewStaticAccessToken(token string) *StaticAccessToken + func (s *StaticAccessToken) Read() (string, error)