tree: d961042d5b8ba95bad07c961a06cb34dfd5d46e7
  1. core/
  2. internal/
  3. ios/
  4. public/
  5. ANDROID_OWNERS
  6. COMMON_METADATA
  7. DEPS
  8. DESKTOP_OWNERS
  9. DIR_METADATA
  10. features.gni
  11. OWNERS
  12. README.md
components/signin/README.md

This component supports cross-platform access to and mutation of the user's Gaia identities. The core interfaces of interest to most consumers reside in public/identity_manager; see its README.md for documentation of those interfaces.

The complete structure of the component is as follows:

core/: Higher-level code that is publicly visible to consumers. Code therein will be transitioned to public/ and/or internal/. internal/: The internal implementation of public/. Not visible to consumers. ios/: Higher-level iOS-specific code that is publicly visible to consumers. Code therein will be transitioned to public/ and/or internal/. public/: The long-term public API surface of the component.