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/sqlite.

Source adapters/sqlite/auth.go:473

@param ctx
The ctx value.
@param id
The id value.
@param now
The now value.
@returns
The declared result.

Related types

  • Store

    A SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.

  • AuthAPIKey

    A persisted API-key digest and safe metadata.