Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisableHandler ¶
type DisableHandler struct {
UseCase *usecases.DisableUseCase
}
func (*DisableHandler) Handler ¶
func (h *DisableHandler) Handler() http.HandlerFunc
type EnableHandler ¶
type EnableHandler struct {
GlobalConfig *models.Config
PluginConfig *types.TOTPPluginConfig
UseCase *usecases.EnableUseCase
}
func (*EnableHandler) Handler ¶
func (h *EnableHandler) Handler() http.HandlerFunc
type GenerateBackupCodesHandler ¶
type GenerateBackupCodesHandler struct {
UseCase *usecases.GenerateBackupCodesUseCase
}
func (*GenerateBackupCodesHandler) Handler ¶
func (h *GenerateBackupCodesHandler) Handler() http.HandlerFunc
type GetTOTPURIHandler ¶
type GetTOTPURIHandler struct {
GlobalConfig *models.Config
UseCase *usecases.GetTOTPURIUseCase
}
func (*GetTOTPURIHandler) Handler ¶
func (h *GetTOTPURIHandler) Handler() http.HandlerFunc
type VerifyBackupCodeHandler ¶
type VerifyBackupCodeHandler struct {
PluginConfig *types.TOTPPluginConfig
UseCase *usecases.VerifyBackupCodeUseCase
}
func (*VerifyBackupCodeHandler) Handler ¶
func (h *VerifyBackupCodeHandler) Handler() http.HandlerFunc
type VerifyTOTPHandler ¶
type VerifyTOTPHandler struct {
PluginConfig *types.TOTPPluginConfig
UseCase *usecases.VerifyTOTPUseCase
}
func (*VerifyTOTPHandler) Handler ¶
func (h *VerifyTOTPHandler) Handler() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.