# use2FA

# EVENT_AUTHENTICATION_STATE_CHANGED

Three scenarios:

  1. User has 2FA enabled, but has not paired his phone: shouldPair2FA is true
  2. User has 2FA enabled, and has paired his phone: shouldEnterPin is true
  3. User has no 2FA: continue with authToken: has2FA is false

Kind: global variable