Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetExpiresAt
Method
GetExpiresAt
pkg/ttnpb/user.pb.go:1732–1737 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1730
}
1731
1732
func
(x *UserSession) GetExpiresAt() *timestamppb.Timestamp {
1733
if
x != nil {
1734
return
x.ExpiresAt
1735
}
1736
return
nil
1737
}
1738
1739
func
(x *UserSession) GetSessionSecret() string {
1740
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected