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

Method GetSessionId

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

Source from the content-addressed store, hash-verified

1709}
1710
1711func (x *UserSession) GetSessionId() string {
1712 if x != nil {
1713 return x.SessionId
1714 }
1715 return ""
1716}
1717
1718func (x *UserSession) GetCreatedAt() *timestamppb.Timestamp {
1719 if x != nil {

Callers 7

ClientLogoutMethod · 0.95
ValidateFieldsMethod · 0.95
TestOAuthStoreMethod · 0.95
LoadRefreshMethod · 0.45
deleteUserSessionMethod · 0.45
TestEntityAccessFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestEntityAccessFunction · 0.36