Skip to main content

AdaptiveMFAUser

Package: @nauth-toolkit/core Type: Interface

User information interface used in adaptive MFA risk event payloads. Contains minimal user data needed for risk assessment and decision making.

import { AdaptiveMFAUser } from '@nauth-toolkit/nestjs';

Properties

PropertyTypeRequiredDescription
substringYesUser identifier (UUID v4).
emailstringYesUser's email address.
usernamestringNoUser's username.
phoneNumberstringNoUser's phone number in E.164 format.

Used By