Interface
SudoVerificationOptions
Credentials for a sudo (elevated-action) verification: password and/or MFA.
Properties
| Name | Type | Description |
|---|---|---|
| mfaCode? | string | |
| mfaMethod? | 'totp' | 'webauthn' | |
| password? | string | |
| webauthnChallenge? | string | |
| webauthnResponse? | Record<string, unknown> |