Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/userauth/
H A Duser-auth.txt17 const char *aPW, /* Password or credentials */
24 const char *aPW, /* Password or credentials */
32 const void *aPW, /* Modified password or credentials */
51 authentication credentials are accepted and SQLITE_ERROR if not.
114 login credentials or admin privilege. Any user can change their own
116 credentials or admin privilege setting. No user may change their own
148 ends up being stored in sqlite_user.pw. To verify credentials X supplied
/sqlite-3.40.0/ext/wasm/api/
H A Dpre-js.js73 const wfetch = ()=>fetch(uri, {credentials: 'same-origin'}); property
/sqlite-3.40.0/test/
H A Duserauth01.test139 # login credentials or admin privilege.
167 # credentials or admin privilege setting.
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1661 const wfetch = ()=>fetch(config.uri, {credentials: 'same-origin'}); property