Interface

SudoVerificationOptions

Sudo / MFA verification for sensitive operations.

Properties

mfaCode?: string
mfaMethod?: 'totp' | 'webauthn'
password?: string
webauthnChallenge?: string
webauthnResponse?: Record<string, unknown>