package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Issuer string `mapstructure:"issuer"`
ClientID string `mapstructure:"client_id"`
ClientSecret string `mapstructure:"client_secret"`
Scopes []string `mapstructure:"scopes"`
RedirectURL string `mapstructure:"redirect_url"`
}
type User struct {
Username string `json:"username"`
Groups []string `json:"groups"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.