method
Store.FindAuthCredential
func (backend *Store) FindAuthCredential(
ctx context.Context,
collection schema.Collection,
identity string,
) (store.AuthCredential, error)Public method Store.FindAuthCredential 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.
AuthCredentialPrivate password and lockout state associated with one user document.