Documentation
¶
Index ¶
- type WebAuthnService
- func (s *WebAuthnService) BeginLogin(userID string) (interface{}, error)
- func (s *WebAuthnService) BeginRegistration(userID string) (interface{}, error)
- func (s *WebAuthnService) FinishLogin(userID string, response *http.Request) error
- func (s *WebAuthnService) FinishRegistration(userID string, response *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebAuthnService ¶
func NewWebAuthnService ¶
func (*WebAuthnService) BeginLogin ¶
func (s *WebAuthnService) BeginLogin(userID string) (interface{}, error)
func (*WebAuthnService) BeginRegistration ¶
func (s *WebAuthnService) BeginRegistration(userID string) (interface{}, error)
func (*WebAuthnService) FinishLogin ¶
func (s *WebAuthnService) FinishLogin(userID string, response *http.Request) error
func (*WebAuthnService) FinishRegistration ¶
func (s *WebAuthnService) FinishRegistration(userID string, response *http.Request) error
Click to show internal directories.
Click to hide internal directories.