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/postgres.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
CollectionThe resolved contract for a collection.