com.google.android.gms.auth.account
Interfaces
Classes
WorkAccount
|
WorkAccount provides APIs to manage work accounts
(com.google.work). |
WorkAccountClient
|
Client to manage Android for Work
Accounts. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The `WorkAccount` class provides APIs for managing work accounts associated with the domain `com.google.work`."],["The `WorkAccountClient` class offers a client interface for managing Android for Work Accounts."],["The `WorkAccountApi` and `WorkAccountApi.AddAccountResult` interfaces are deprecated and should be replaced by `WorkAccountClient` accessed through `WorkAccount.getClient(Activity)`."]]],["The deprecated `WorkAccountApi` and `WorkAccountApi.AddAccountResult` interfaces should be replaced with `WorkAccountClient`. `WorkAccount` provides APIs for managing work accounts. `WorkAccountClient` is the recommended client for managing Android for Work Accounts. Developers should use `WorkAccount.getClient(Activity)` to obtain the `WorkAccountClient` instead of the deprecated interface.\n"]]