Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( cfg *config.Configuration, logger *zap.Logger, issuer *tokens.TokenIssuer, rotator *tokens.TokenRotator, signInService *user.SigninService, userService *user.Service, authService *authorization.Service, appService *application.Service, registry *i18n.TranslationRegistry, fileSystems *config.FileSystems, verifier *tokens.TokenVerifier, manageUser *manage.UserService, manageAuth *manage.AuthorizationService, manageApplication *manage.ApplicationService, manageRole *manage.RoleService, manageInviteService *manage.InviteService) (*Server, error)
Click to show internal directories.
Click to hide internal directories.