Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
func
(x *Client) GetSecret() string {
267
if
x != nil {
268
return
x.Secret
269
}
270
return
""
271
}
272
273
func
(x *Client) GetRedirectUris() []string {
274
if
x != nil {
Callers
3
ValidateFields
Method · 0.95
CreateGateway
Method · 0.45
updateGatewayModel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected