Skip to content

Commit

Permalink
docs: add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Jul 17, 2024
1 parent e1ca144 commit e056df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/go-webauthn/webauthn/protocol/webauthncose"
)

// The Provider is an interface which describes the elements required to satisfy validation of metadata.
type Provider interface {
// GetEntry returns a MDS3 payload entry given a AAGUID. This
GetEntry(ctx context.Context, aaguid uuid.UUID) (entry *Entry, err error)
Expand Down

0 comments on commit e056df0

Please sign in to comment.