method
Store.FindAPIKey
func (backend *Store) FindAPIKey(
ctx context.Context,
id string,
now time.Time,
) (store.AuthAPIKey, error)Public method Store.FindAPIKey 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.
AuthAPIKeyA persisted API-key digest and safe metadata.