Enums
Package: @nauth-toolkit/core
Type: Enumerations
AuthAuditEventStatus
Event classification status for filtering audit records.
import { AuthAuditEventStatus } from '@nauth-toolkit/core';
| Value | Description |
|---|---|
SUCCESS | Operation completed successfully |
FAILURE | Operation failed |
INFO | Informational event |
SUSPICIOUS | Security violation detected |
See AuthAuditEventStatus for details.
AuthAuditEventType
Complete enumeration of authentication audit event types (50+ events).
import { AuthAuditEventType } from '@nauth-toolkit/core';
Categories: Login, Session, Password, MFA, Adaptive MFA, Verification, Account Management, Profile Updates, Social Auth, Challenge Flow, Security.
See AuthAuditEventType for complete list.
AuthErrorCode
Error codes for NAuthException.
See AuthErrorCode for the complete list.
MFAMethod
MFA method identifiers.
See MFAMethod for values and related types.
RiskFactor
Risk factor identifiers used in risk scoring and audit logging.
See RiskFactor for values.
SMSTemplateType
SMS template type identifiers used by the SMS template engine.
See SMSTemplateType for values.