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

Method GetPassword

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

Source from the content-addressed store, hash-verified

477}
478
479func (x *User) GetPassword() string {
480 if x != nil {
481 return x.Password
482 }
483 return ""
484}
485
486func (x *User) GetPasswordUpdatedAt() *timestamppb.Timestamp {
487 if x != nil {

Callers 1

ValidateFieldsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected