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

Struct Authorizer

pkg/interop/server_authz.go:27–27  ·  view source on GitHub ↗

Authorizer authorizes requests handled by the interop server.

Source from the content-addressed store, hash-verified

25
26// Authorizer authorizes requests handled by the interop server.
27type Authorizer struct{}
28
29// RequireAuthorized returns an error if the given context is not authorized as neither Network Server
30// nor Application Server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected