OBJECT
DisableTwoFactorError
Error returned during a invalid user request.
link GraphQL Schema definition
1 type DisableTwoFactorError { 2 3 # Error code returned by the backend. 4 : DisableTwoFactorErrorCode! 5 6 # The localized external error message. 7 : String! 8 9 }