package
Version:
v1.0.13-herb-2fa-v2.3
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AddScopedIHandler registers the *service as a singleton.
type TOTPManagmentGetRequest struct {
Action string `param:"action" query:"action" form:"action" json:"action" xml:"action"`
ReturnUrl string `param:"returnUrl" query:"returnUrl" form:"returnUrl" json:"returnUrl" xml:"returnUrl"`
}
type TOTPManagmentPostRequest struct {
Code string `param:"code" query:"code" form:"code" json:"code" xml:"code"`
ReturnUrl string `param:"returnUrl" query:"returnUrl" form:"returnUrl" json:"returnUrl" xml:"returnUrl"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.