Skip to main content

RemoveMFADeviceResponse

Package: @nauth-toolkit/client Type: Interface

Response returned by removeMfaDeviceById() after deleting a single MFA device.

Properties

PropertyTypeDescription
removedDeviceIdnumberThe device ID that was removed
removedMethodMFADeviceMethodThe MFA method of the removed device
mfaDisabledbooleanWhether MFA was disabled (removed device was the last)

Example

{
"removedDeviceId": 123,
"removedMethod": "totp",
"mfaDisabled": false
}

Used By