MCPcopy Index your code
hub / github.com/rilldata/rill / PurgeAuthTokenCache

Method PurgeAuthTokenCache

admin/auth_token.go:270–272  ·  view source on GitHub ↗

PurgeAuthTokenCache purges the short-term in-memory auth token cache.

()

Source from the content-addressed store, hash-verified

268
269// PurgeAuthTokenCache purges the short-term in-memory auth token cache.
270func (s *Service) PurgeAuthTokenCache() {
271 s.authCache.Purge()
272}
273
274// ValidateAuthToken validates an auth token against persistent storage.
275// It includes a short-term in-memory cache to prevent

Callers 1

TestUserFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUserFunction · 0.64