Interface

SudoVerificationOptions

Credentials for a sudo (elevated-action) verification: password and/or MFA.

Properties

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