Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthCallbackServer ¶
type AuthCallbackServer struct {
Port uint32 `yaml:"port"`
CallbackPath string `yaml:"callback-path"`
}
func (*AuthCallbackServer) GetCallbackURL ¶
func (c *AuthCallbackServer) GetCallbackURL() string
type Config ¶
type Config struct {
KeycloakConfig *KeycloakConfig `yaml:"keycloak-config"`
AuthCallbackServer *AuthCallbackServer `yaml:"auth-callback-server"`
}
type KeycloakConfig ¶
Click to show internal directories.
Click to hide internal directories.