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.

Source adapters/mongodb/auth_api_keys.go:219

@param ctx
The ctx value.
@param collectionID
The collectionID value.
@param userID
The userID value.
@param now
The now value.
@returns
The declared result.

Related types

  • Store

    A replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.

  • StableID

    A deterministic identifier for schema evolution.

  • AuthAPIKey

    A persisted API-key digest and safe metadata.