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_OIDCLogin_001 = "rg-oidclogin-001" InternalError_OIDCLogin_002 = "rg-oidclogin-002" InternalError_OIDCLogin_003 = "rg-oidclogin-003" InternalError_OIDCLogin_004 = "rg-oidclogin-004" InternalError_OIDCLogin_005 = "rg-oidclogin-005" InternalError_OIDCLogin_006 = "rg-oidclogin-006" InternalError_OIDCLogin_007 = "rg-oidclogin-007" InternalError_OIDCLogin_008 = "rg-oidclogin-008" InternalError_OIDCLogin_009 = "rg-oidclogin-009" InternalError_OIDCLogin_010 = "rg-oidclogin-010" InternalError_OIDCLogin_011 = "rg-oidclogin-011" InternalError_OIDCLogin_099 = "rg-oidclogin-099" )
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type ExternalIDPAuthRequest ¶
type ExternalIDPAuthRequest struct {
IDPHint string `param:"idp_hint" query:"idp_hint" form:"idp_hint" json:"idp_hint" xml:"idp_hint"`
}
type LoginGetRequest ¶
type LoginPostRequest ¶
type LoginPostRequest struct {
UserName string `param:"username" query:"username" form:"username" json:"username" xml:"username"`
}
Click to show internal directories.
Click to hide internal directories.