Documentation ¶
Index ¶
- Constants
- func AuthCallback(authData []byte, request *http.Request) (authSuccessful bool, keyIdentifier string)
- func AuthCompletedCallback(authStatus int, writer http.ResponseWriter, _ *http.Request, ...)
- func Execute()
- func RegistrationCallback(_ []byte, _ string, _ *http.Request) (authenticationSuccess bool)
- func RegistrationCompletedCallback(writer http.ResponseWriter, _ *http.Request, keyIdentifier string) (ok bool)
Constants ¶
View Source
const ( KeyFile = "u2f-server-key.pem" CertFile = "u2f-server.crt" MyU2fTokenId = "MyUID" )
Variables ¶
This section is empty.
Functions ¶
func AuthCallback ¶
func AuthCompletedCallback ¶
func RegistrationCallback ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.