pub async fn check_user_mfa_status(
auth_framework: &Arc<AuthFramework>,
user_id: &str,
) -> boolExpand description
Returns true if MFA is currently active for user_id.
Uses the mfa_enabled:{user_id} KV key set by verify_mfa.
pub async fn check_user_mfa_status(
auth_framework: &Arc<AuthFramework>,
user_id: &str,
) -> boolReturns true if MFA is currently active for user_id.
Uses the mfa_enabled:{user_id} KV key set by verify_mfa.