method
Store.SetPasswordHash
func (backend *Store) SetPasswordHash(
ctx context.Context,
collection schema.Collection,
userID string,
hash []byte,
initiallyVerified bool,
) errorPublic method Store.SetPasswordHash from github.com/riducms/ridu/adapters/sqlite.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
CollectionThe resolved contract for a collection.