Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tenant ¶
type Tenant struct {
ClientService service.ClientService
AuthorizeService service.AuthorizeService
TokenService service.TokenService
UserService service.UserService
ConsentService service.ConsentService
Config *conf.Config
//allow app to customize login logout index
IndexCtrl endpoint.IIndexController
LoginCtrl endpoint.ILoginController
LogoutCtrl endpoint.ILogoutController
// contains filtered or unexported fields
}
func NewTenant ¶
func NewTenant(config *conf.Config, clientRepo repo.ClientRepository, authRepo repo.AuthorizationRepository, consentRepo repo.ConsentRepository, userService service.UserService, tokenService service.TokenService, jwks *conf.JWKS, ) *Tenant
Click to show internal directories.
Click to hide internal directories.