Skip to main content

SetPasswordTokenRow

Type Alias SetPasswordTokenRow 

Source
pub type SetPasswordTokenRow = (Vec<u8>, DateTime<Utc>, Option<DateTime<Utc>>);
Expand description

(user_id_bytes, expires_at, used_at) — columns selected when looking up a set-password token.