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_WebAuthN_LoginFinish_001 = "rg-webAuthN-LF-001" InternalError_WebAuthN_LoginFinish_002 = "rg-webAuthN-LF-002" InternalError_WebAuthN_LoginFinish_003 = "rg-webAuthN-LF-003" InternalError_WebAuthN_LoginFinish_004 = "rg-webAuthN-LF-004" InternalError_WebAuthN_LoginFinish_005 = "rg-webAuthN-LF-005" InternalError_WebAuthN_LoginFinish_006 = "rg-webAuthN-LF-006" InternalError_WebAuthN_LoginFinish_007 = "rg-webAuthN-LF-007" InternalError_WebAuthN_LoginFinish_008 = "rg-webAuthN-LF-008" InternalError_WebAuthN_LoginFinish_009 = "rg-webAuthN-LF-009" InternalError_WebAuthN_LoginFinish_010 = "rg-webAuthN-LF-010" InternalError_WebAuthN_LoginFinish_099 = "rg-webAuthN-LF-099" )
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type SucessResonseJson ¶
type SucessResonseJson struct { RedirectUrl string `json:"redirectUrl"` Credential *go_webauthn.Credential `json:"credential"` }
Click to show internal directories.
Click to hide internal directories.