Crate account_manager
source ·Expand description
AccountManager manages the overall state of system accounts and personae on a Fuchsia device.
The AccountManager is the most powerful interface in the authentication system and is intended only for use by the most trusted parts of the system.
Modules
Implementation for the event emitting client end of the AccountListener FIDL interface,
sending events to listeners, optionally configured with filters, about changes in the accounts
presence and states during their lifetime.
AccountMap defines the set of accounts on the current Fuchsia device.
It caches AccountHandlerConnectionImpls for accounts for repeat access.
Customized and easy to use types for exporting account_manager state via fuchsia-inspect.
Constants
DATA_DIR 🔒
Default data directory for the AccountManager.