pub async fn get_pin( db: &Arc<RusqliteService>, user_id: &str, ) -> Result<Option<(String, PinState)>, String>
The stored PIN hash and attempt counters, or None when no PIN is set.
None
TRACES: UR-083 | DR-268