MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / PublicKeys

Method PublicKeys

pkg/packetbroker/token.go:164–164  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

162// PublicKeyProvider provides a set of public keys.
163type PublicKeyProvider interface {
164 PublicKeys(context.Context) (*jose.JSONWebKeySet, error)
165}
166
167// PublicKeyProviderFunc is a function that implements PublicKeyProvider.

Callers 2

VerifyFunction · 0.65
CachePublicKeyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected