Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.32.0
type Config struct {
// Directory is a path to the directory to store a token cache.
// Note that a lock file is created into this directory even if the keyring is used.
Directory string
Storage Storage
}
Config represents a configuration for the token cache.
type Key ¶
type Key struct {
Provider oidc.Provider
TLSClientConfig tlsclientconfig.Config
Username string
}
Key represents a key of a token cache.
Click to show internal directories.
Click to hide internal directories.