RiskFactor
Package: @nauth-toolkit/core
Type: Enum
- NestJS
- Express
- Fastify
import { RiskFactor } from '@nauth-toolkit/nestjs';
import { RiskFactor } from '@nauth-toolkit/core';
import { RiskFactor } from '@nauth-toolkit/core';
Values
| Name | Value |
|---|---|
NEW_DEVICE | new_device |
NEW_IP | new_ip |
NEW_COUNTRY | new_country |
IMPOSSIBLE_TRAVEL | impossible_travel |
SUSPICIOUS_ACTIVITY | suspicious_activity |
INCOMPLETE_LOCATION_DATA | incomplete_location_data |
RECENT_PASSWORD_RESET | recent_password_reset |
TOKEN_THEFT_ATTEMPT | token_theft_attempt |
REFRESH_TOKEN_REUSE_DIFFERENT_SESSION | refresh_token_reuse_different_session |
TOKEN_REUSE_ATTEMPT | token_reuse_attempt |
TAMPERED_DEVICE_TOKEN | tampered_device_token |
MFA_BYPASS_ATTEMPT | mfa_bypass_attempt |
Related
- AuthAuditEventType - Audit events
- MFAService - MFA