MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / DeleteAccessTokenSession

Method DeleteAccessTokenSession

internal/oauth/storage.go:347–351  ·  view source on GitHub ↗
(ctx context.Context, signature string)

Source from the content-addressed store, hash-verified

345}
346
347func (s *Storage) DeleteAccessTokenSession(ctx context.Context, signature string) error {
348 _, err := s.db(ctx).Exec(ctx,
349 `DELETE FROM oauth_access_tokens WHERE signature = $1`, signature)
350 return err
351}
352
353// ───────────────────────── RefreshTokenStorage ─────────────────────────
354

Callers

nothing calls this directly

Calls 2

dbMethod · 0.95
ExecMethod · 0.65

Tested by

no test coverage detected