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

Method DeleteServiceAuthToken

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

Source from the content-addressed store, hash-verified

187 InsertServiceAuthToken(ctx context.Context, opts *InsertServiceAuthTokenOptions) (*ServiceAuthToken, error)
188 UpdateServiceAuthTokenUsedOn(ctx context.Context, ids []string) error
189 DeleteServiceAuthToken(ctx context.Context, id string) error
190 DeleteExpiredServiceAuthTokens(ctx context.Context, retention time.Duration) error
191 DeleteInactiveServiceAuthTokens(ctx context.Context, retention time.Duration) error
192

Callers 2

RevokeAuthTokenMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected