package storage import "github.com/go-webauthn/webauthn/webauthn" type Credential struct { ID string `json:"id"` Credential *webauthn.Credential `json:"credential"` }