mfa_required_blocked_sign_in
This page is auto-generated from
src/auth/stytch-invite.ts. Do not edit by hand — seedocs/dev/docs-auto-sync.md.
Event string
Section titled “Event string”mfa_required_blocked_sign_in
Emitting helpers
Section titled “Emitting helpers”| Function | Source |
|---|---|
encodeMfaRequiredBlockedSignInAuditReason | src/auth/stytch-invite.ts:497 |
Context fields
Section titled “Context fields”| Field | Type | Required | Notes |
|---|---|---|---|
member_id | string | yes | — |
reason | "tier_requires_mfa" | yes | — |
grace_expires_at | string | null | yes | — |
This envelope is stored in audit_log.decision_reason (varchar(256)) as a JSON object with the shape { event, ...ctx }. The audit_log row carries tenant_id, actor_user_id, and timestamp as columns alongside — those are not duplicated in the envelope.