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/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.
AuthCredentialPrivate password and lockout state associated with one user document.