com.google.android.gms.auth.account

  • 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).

Interfaces

WorkAccountApi This interface is deprecated. Use WorkAccountClient via WorkAccount.getClient(Activity) instead.  
WorkAccountApi.AddAccountResult This interface is deprecated. Use WorkAccountClient via WorkAccount.getClient(Activity) instead.  

Classes

WorkAccount WorkAccount provides APIs to manage work accounts (com.google.work). 
WorkAccountClient Client to manage Android for Work Accounts.