Skip to main content

SELECT_ACTIVE_HMAC_SQL

Constant SELECT_ACTIVE_HMAC_SQL 

Source
pub const SELECT_ACTIVE_HMAC_SQL: &str = "SELECT kid, secret FROM ff_waitpoint_hmac \
     WHERE active = 1 \
     ORDER BY rotated_at_ms DESC LIMIT 1";