ENUM

DisableTwoFactorErrorCode

The possible error enums returned while trying to disable two factor authentication.

link GraphQL Schema definition

1enum DisableTwoFactorErrorCode {
2
3# The user needs to re-authenticate to perform this operation.
4REAUTH_NEEDED
5
6# Something unexpected occured.
7UNKNOWN_ERROR
8}