method
Store.ListAPIKeys
func (backend *Store) ListAPIKeys(
ctx context.Context,
collectionID schema.StableID,
userID string,
now time.Time,
) ([]store.AuthAPIKey, error)Public method Store.ListAPIKeys from github.com/riducms/ridu/adapters/mongodb.
Related types
StoreA replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.
StableIDA deterministic identifier for schema evolution.
AuthAPIKeyA persisted API-key digest and safe metadata.