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

Struct NetworkServerAuthInfo

pkg/interop/server_authn.go:33–36  ·  view source on GitHub ↗

NetworkServerAuthInfo contains the authentication information of a Network Server.

Source from the content-addressed store, hash-verified

31
32// NetworkServerAuthInfo contains the authentication information of a Network Server.
33type NetworkServerAuthInfo struct {
34 NetID types.NetID
35 Addresses []string
36}
37
38func (n NetworkServerAuthInfo) addressPatterns() []string { return n.Addresses }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected