Directus / @directus/sdk / rest / disableTwoFactor
Function: disableTwoFactor() ​
disableTwoFactor<
Schema
>(otp
):RestCommand
<void
,Schema
>
Defined in: rest/commands/utils/users.ts:127
Disables two-factor authentication by removing the OTP secret from the user.
Type Parameters ​
• Schema
Parameters ​
otp ​
string
One-time password generated by the authenticator app.
Returns ​
RestCommand
<void
, Schema
>
Nothing