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

Method GetSecret

pkg/ttnpb/client.pb.go:266–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (x *Client) GetSecret() string {
267 if x != nil {
268 return x.Secret
269 }
270 return ""
271}
272
273func (x *Client) GetRedirectUris() []string {
274 if x != nil {

Callers 3

ValidateFieldsMethod · 0.95
CreateGatewayMethod · 0.45
updateGatewayModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected