oidclogintotp

package
v1.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// make sure only one is shown.  This is an internal error code to point the developer to the code that is failing
	InternalError_OIDCLoginTOTP_001 = "rg-oidclogin-totp-001"
	InternalError_OIDCLoginTOTP_002 = "rg-oidclogin-totp-002"
	InternalError_OIDCLoginTOTP_003 = "rg-oidclogin-totp-003"
	InternalError_OIDCLoginTOTP_004 = "rg-oidclogin-totp-004"
	InternalError_OIDCLoginTOTP_005 = "rg-oidclogin-totp-005"
	InternalError_OIDCLoginTOTP_006 = "rg-oidclogin-totp-006"
	InternalError_OIDCLoginTOTP_007 = "rg-oidclogin-totp-007"
	InternalError_OIDCLoginTOTP_008 = "rg-oidclogin-totp-008"
	InternalError_OIDCLoginTOTP_009 = "rg-oidclogin-totp-009"
	InternalError_OIDCLoginTOTP_010 = "rg-oidclogin-totp-010"
	InternalError_OIDCLoginTOTP_011 = "rg-oidclogin-totp-011"

	InternalError_OIDCLoginTOTP_099 = "rg-oidclogin-totp-099"
)

Variables

This section is empty.

Functions

func AddScopedIHandler

func AddScopedIHandler(builder di.ContainerBuilder)

AddScopedIHandler registers the *service as a singleton.

Types

type LoginGetRequest

type LoginGetRequest struct {
	Error     string `param:"error" query:"error" form:"error" json:"error" xml:"error"`
	Directive string `param:"directive" query:"directive" form:"directive" json:"directive" xml:"directive"`
}

type LoginTOTPPostRequest

type LoginTOTPPostRequest struct {
	UserName string `param:"username" query:"username" form:"username" json:"username" xml:"username"`
	Code     string `param:"code" query:"code" form:"code" json:"code" xml:"code"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL