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

Struct ApplicationServerAuthInfo

pkg/interop/server_authn.go:66–69  ·  view source on GitHub ↗

ApplicationServerAuthInfo contains the authentication information of an Application Server.

Source from the content-addressed store, hash-verified

64
65// ApplicationServerAuthInfo contains the authentication information of an Application Server.
66type ApplicationServerAuthInfo struct {
67 ASID string
68 Addresses []string
69}
70
71func (a ApplicationServerAuthInfo) addressPatterns() []string { return a.Addresses }
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected