Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
OpenIDConfigurationUrl string `env:"AUTH_OPENID_CONFIGURATION_URL"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(cfg *Config, usersSrv UsersService) *Service
Click to show internal directories.
Click to hide internal directories.