MCPcopy
hub / github.com/gotify/server / UpdateClientTokensLastUsed

Method UpdateClientTokensLastUsed

auth/authentication.go:24–24  ·  view source on GitHub ↗
(tokens []string, t *time.Time)

Source from the content-addressed store, hash-verified

22 GetUserByName(name string) (*model.User, error)
23 GetUserByID(id uint) (*model.User, error)
24 UpdateClientTokensLastUsed(tokens []string, t *time.Time) error
25 UpdateApplicationTokenLastUsed(token string, t *time.Time) error
26}
27

Callers 3

TestClientMethod · 0.65
RequireClientMethod · 0.65
CreateFunction · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestClientMethod · 0.52