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

Method FindUserAuthTokens

admin/database/database.go:163–163  ·  view source on GitHub ↗
(ctx context.Context, userID, afterID string, limit int, refresh *bool)

Source from the content-addressed store, hash-verified

161 DeleteManagedUsergroupsMemberUser(ctx context.Context, orgID, userID string) error
162
163 FindUserAuthTokens(ctx context.Context, userID, afterID string, limit int, refresh *bool) ([]*UserAuthToken, error)
164 FindUserAuthToken(ctx context.Context, id string) (*UserAuthToken, error)
165 InsertUserAuthToken(ctx context.Context, opts *InsertUserAuthTokenOptions) (*UserAuthToken, error)
166 UpdateUserAuthTokenUsedOn(ctx context.Context, ids []string) error

Callers 2

ListUserAuthTokensMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected