7 lines
5.2 KiB
HTML
7 lines
5.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Database access for profiles."><title>jellytau_lib::profiles::store - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-17e0aaed.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jellytau_lib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.97.1 (8bab26f4f 2026-07-14)" data-channel="1.97.1" data-search-js="search-fd9372ac.js" data-stringdex-js="stringdex-2da4960a.js" data-settings-js="settings-170eb4bf.js" ><script src="../../../static.files/storage-41dd4d93.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-fcd733ba.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-f7c3ffd8.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><a class="skip-main-content" href="#main-content">Skip to main content</a><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module store</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../jellytau_lib/index.html">jellytau_<wbr>lib</a><span class="version">0.11.5</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module store</a></h2><h3><a href="#functions">Module Items</a></h3><ul class="block"><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In jellytau_<wbr>lib::<wbr>profiles</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content" tabindex="-1"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../../index.html">jellytau_lib</a>::<wbr><a href="../index.html">profiles</a></div><h1>Module <span>store</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../src/jellytau_lib/profiles/store.rs.html#1-206">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Database access for profiles.</p>
|
||
<p>Everything here takes an explicit <code>user_id</code>. There is no ambient “current
|
||
user” in this module — the caller has to say who it means, which is what
|
||
stops a switch half-applying and writing one profile’s state under another’s
|
||
id.</p>
|
||
<p>TRACES: UR-082, UR-083 | DR-267, DR-268</p>
|
||
</div></details><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><dl class="item-table"><dt><a class="fn" href="fn.clear_pin.html" title="fn jellytau_lib::profiles::store::clear_pin">clear_<wbr>pin</a></dt><dd>Remove a profile’s PIN, making it a one-tap profile.</dd><dt><a class="fn" href="fn.get_pin.html" title="fn jellytau_lib::profiles::store::get_pin">get_pin</a></dt><dd>The stored PIN hash and attempt counters, or <code>None</code> when no PIN is set.</dd><dt><a class="fn" href="fn.get_profile.html" title="fn jellytau_lib::profiles::store::get_profile">get_<wbr>profile</a></dt><dd>Fetch a single profile, or <code>None</code> if this device does not know it.</dd><dt><a class="fn" href="fn.list_profiles.html" title="fn jellytau_lib::profiles::store::list_profiles">list_<wbr>profiles</a></dt><dd>List every profile known for a server, most recently used first.</dd><dt><a class="fn" href="fn.remove_profile.html" title="fn jellytau_lib::profiles::store::remove_profile">remove_<wbr>profile</a></dt><dd>Forget a profile: its PIN, its per-user rows, and its <code>users</code> row.</dd><dt><a class="fn" href="fn.save_pin_state.html" title="fn jellytau_lib::profiles::store::save_pin_state">save_<wbr>pin_<wbr>state</a></dt><dd>Persist the counter state produced by <a href="../pin/fn.evaluate.html" title="fn jellytau_lib::profiles::pin::evaluate"><code>super::pin::evaluate</code></a>.</dd><dt><a class="fn" href="fn.set_pin.html" title="fn jellytau_lib::profiles::store::set_pin">set_pin</a></dt><dd>Store (or replace) a profile’s PIN, resetting its counters.</dd></dl></section></div></main></body></html> |