refactor: add account type to prepare for OAuth accounts
This MR adds a hardcoded parameter type: 'token'
to each stored Account
. Once we start creating accounts using OAuth, we'll be able to differentiate between accounts created using a token and created using OAuth flow.
Related to #298 (closed)