Skip to content

Commit

Permalink
docs: Enhance io.cozy.accounts doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Jan 13, 2023
1 parent dc14a72 commit c688103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/io.cozy.accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Accounts can be managed in [Cozy-Home](http://github.com/cozy/cozy-home/) (via [
- `RESET_SESSION`: By finding this state, the konnector should reset the login session if there is one stored and reset the state.
- `twoFACode`: When a 2FA code is asked by the service, [Harvest](https://github.com/cozy/cozy-libs/tree/master/packages/cozy-harvest-lib) will ask the user for it from and send it to the konnector via this attribute.
- `mutedErrors`: {array} (Optional) A list of errors that have been discarded by the user and will no longer be shown in the UI. See below for more information.
- `token`: {string} (Optional) User token for banking aggregator used only in `bi-aggregator` and `bi-aggregator-user` accounts
- `user_id`: {string} (Optional) User id for banking aggregator used only in `bi-aggregator` and `bi-aggregator-user` accounts


## About the name of the account
Expand Down

0 comments on commit c688103

Please sign in to comment.