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

Method GetAppSKey

pkg/joinserver/http_interop.go:33–33  ·  view source on GitHub ↗
(context.Context, *ttnpb.SessionKeyRequest, Authorizer)

Source from the content-addressed store, hash-verified

31 HandleJoin(context.Context, *ttnpb.JoinRequest, Authorizer) (*ttnpb.JoinResponse, error)
32 GetHomeNetwork(context.Context, types.EUI64, types.EUI64, Authorizer) (*EndDeviceHomeNetwork, error)
33 GetAppSKey(context.Context, *ttnpb.SessionKeyRequest, Authorizer) (*ttnpb.AppSKeyResponse, error)
34}
35
36type interopServer struct {

Callers 4

GetAppSKeyMethod · 0.65
AppSKeyRequestMethod · 0.65
TestGetAppSKeyFunction · 0.65
GetAppSKeyMethod · 0.65

Implementers 2

JoinServerpkg/joinserver/joinserver.go
mockInteropHandlerpkg/joinserver/http_interop_internal_t

Calls

no outgoing calls

Tested by 1

TestGetAppSKeyFunction · 0.52