method
Store.CreateAPIKey
func (backend *Store) CreateAPIKey(
ctx context.Context,
key store.AuthAPIKey,
sessionTokenHash string,
now time.Time,
) errorPublic method Store.CreateAPIKey from github.com/riducms/ridu/adapters/postgres.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
AuthAPIKeyA persisted API-key digest and safe metadata.