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

Method GetUserId

pkg/ttnpb/identifiers.pb.go:364–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362}
363
364func (x *UserIdentifiers) GetUserId() string {
365 if x != nil {
366 return x.UserId
367 }
368 return ""
369}
370
371func (x *UserIdentifiers) GetEmail() string {
372 if x != nil {

Callers 15

IDStringMethod · 0.95
IsZeroMethod · 0.95
ValidateFieldsMethod · 0.95
ConsoleURLMethod · 0.80
ReceiverNameMethod · 0.80
GetRightsMethod · 0.80
createUserMethod · 0.80
updateUserPasswordMethod · 0.80
listOAuthAccessTokensMethod · 0.80
authInfoMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestAuthenticationFunction · 0.64