MCPcopy Create free account
hub / github.com/rilldata/rill / DeleteMagicAuthToken

Method DeleteMagicAuthToken

admin/database/database.go:203–203  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

201 InsertMagicAuthToken(ctx context.Context, opts *InsertMagicAuthTokenOptions) (*MagicAuthToken, error)
202 UpdateMagicAuthTokenUsedOn(ctx context.Context, ids []string) error
203 DeleteMagicAuthToken(ctx context.Context, id string) error
204 DeleteMagicAuthTokens(ctx context.Context, ids []string) error
205 DeleteExpiredMagicAuthTokens(ctx context.Context, retention time.Duration) error
206

Callers 2

RevokeAuthTokenMethod · 0.65
RevokeMagicAuthTokenMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected