[identity] Misc small fuchsia.identity.account changes.

This:
* improves consistency in documentation and removes some of the
  leftovers from the old days where we thought of accounts as spanning
  multiple devices.
* moves all the structs we'd conceivably want to extend into tables.
    * doing so was painful!
* moves all the enums we'd conceivably want to extend to be flexible.

Bug: 100785
Change-Id: I23d0645e874af74bdf06e66506463325abc74876
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/685308
Reviewed-by: Satsuki Ueno <satsukiu@google.com>
Reviewed-by: Rebecca Silberstein <silberst@google.com>
API-Review: Rebecca Silberstein <silberst@google.com>
Commit-Queue: Jody Sankey <jsankey@google.com>
12 files changed
tree: a833c18bc1467e2631e8a4cf0943e223d6f8c644
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. garnet/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .editorconfig
  17. .git-blame-ignore-revs
  18. .gitattributes
  19. .gitignore
  20. .gn
  21. .style.yapf
  22. analysis_options.yaml
  23. AUTHORS
  24. BUILD.gn
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. LICENSE
  28. OWNERS
  29. PATENTS
  30. pyrightconfig.json
  31. README.md
  32. rustfmt.toml
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.