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

Method UpdateApplicationTokenLastUsed

auth/authentication.go:25–25  ·  view source on GitHub ↗
(token string, t *time.Time)

Source from the content-addressed store, hash-verified

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
28// Auth is the provider for authentication middleware.

Callers 2

TestApplicationMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestApplicationMethod · 0.52