Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type TOTPManagmentGetRequest ¶
type TOTPManagmentPostRequest ¶
type TOTPManagmentPostRequest struct { Code string `param:"code" query:"code" form:"code" json:"code" xml:"code"` Action string `param:"action" query:"action" form:"action" json:"action" xml:"action"` ReturnUrl string `param:"returnUrl" query:"returnUrl" form:"returnUrl" json:"returnUrl" xml:"returnUrl"` }
Click to show internal directories.
Click to hide internal directories.