Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebauthnCredentialStore ¶
type WebauthnCredentialStore struct {
// contains filtered or unexported fields
}
func NewWebauthnCredentialStore ¶
func NewWebauthnCredentialStore(db *sqlx.DB) WebauthnCredentialStore
func (*WebauthnCredentialStore) InsertWebauthnCredential ¶
func (s *WebauthnCredentialStore) InsertWebauthnCredential(wc *types.WebauthnCredential) (*types.WebauthnCredential, error)
func (*WebauthnCredentialStore) ListUserWebauthnCredentials ¶
func (s *WebauthnCredentialStore) ListUserWebauthnCredentials(userId int) ([]types.WebauthnCredential, error)
Click to show internal directories.
Click to hide internal directories.