Skip to main content

disableTotpAuthentication

Disable TOTP Authentication. Takes a current code or a recovery code. Wrong codes count towards the lockout shared with sign-in: every 10th wrong code in a row stops two-factor codes being accepted anywhere, for 15 minutes, then 1 hour, 4 hours and 24 hours. A right code resets the count; otherwise it is forgotten a day after the last wrong code.

disableTotpAuthentication(
input: DisableTotpInput!
): Boolean!

Arguments​

disableTotpAuthentication.input ● DisableTotpInput! non-null input​

Type​

Boolean scalar​

The Boolean scalar type represents true or false.