Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func Authenticate(config IdProviderConfig) (string, error)
Types ¶
type ClientConfig ¶
type Config ¶
type Config struct { Domain string `envconfig:"default=kyma.local"` UserEmail string UserPassword string }
func LoadConfig ¶
func (*Config) IdProviderConfig ¶
func (c *Config) IdProviderConfig() IdProviderConfig
type IdProviderConfig ¶
type IdProviderConfig struct { DexConfig DexConfig ClientConfig ClientConfig UserCredentials UserCredentials }
type UserCredentials ¶
Click to show internal directories.
Click to hide internal directories.