Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackController ¶
type CallbackController struct { responder.RedirectAware // contains filtered or unexported fields }
func (*CallbackController) Inject ¶
func (c *CallbackController) Inject( redirectAware responder.RedirectAware, mappingService *domain.UserMappingService, config *struct { UserData config.Map `inject:"config:auth.fakeUserData"` }, )
type LoginController ¶
type LoginController struct { responder.RedirectAware responder.RenderAware // contains filtered or unexported fields }
func (*LoginController) Inject ¶
func (l *LoginController) Inject( redirectAware responder.RedirectAware, renderAware responder.RenderAware, authManager *application.AuthManager, cfg *struct { FakeLoginTemplate string `inject:"config:auth.fakeLoginTemplate"` }, )
type LogoutController ¶
type LogoutController struct { responder.RedirectAware // contains filtered or unexported fields }
func (*LogoutController) Inject ¶
func (l *LogoutController) Inject( redirectAware responder.RedirectAware, authManager *application.AuthManager, )
Click to show internal directories.
Click to hide internal directories.