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

Method GetUserIds

pkg/ttnpb/user.pb.go:1704–1709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1702}
1703
1704func (x *UserSession) GetUserIds() *UserIdentifiers {
1705 if x != nil {
1706 return x.UserIds
1707 }
1708 return nil
1709}
1710
1711func (x *UserSession) GetSessionId() string {
1712 if x != nil {

Callers 6

ClientLogoutMethod · 0.95
EntityTypeMethod · 0.95
IDStringMethod · 0.95
ExtractRequestFieldsMethod · 0.95
ValidateFieldsMethod · 0.95
CreateUserSessionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected