1 2
/// Default lifetime for issued grants: 2 years (per proposal v4-pop ยง"Token Lifetime"). pub(crate) const DEFAULT_GRANT_LIFETIME_SECS: u64 = 2 * 365 * 24 * 3600;