The MfaStepUpResponseDto object
Example
{
"step_up_token": "string",
"expires_at": "2026-04-20T12:00:00.000Z"
}Properties
step_up_token *stringOpaque sealed token (AES-256-GCM, base64url). Pass back on the next mutation via the `X-Mfa-Step-Up-Token` header. Valid for 5 minutes.
expires_at *string (date-time)After this timestamp the token is rejected and the caller must POST /mfa/step-up again.