Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + func RetrieveFromKeyring(clientID string) (*oauth2.Token, error) + func StoreInKeyring(clientID string, t *oauth2.Token) error + type Auth struct + func NewAuth(logger log.Logger, authConfig config.Auth) *Auth + func (a Auth) GetToken(ctx context.Context) (*oauth2.Token, error)