com.google.android.gms.auth
Contains classes for authenticating Google accounts.
Classes
AccountChangeEvent
|
AccountChangeEvent instances are Parcelables that
contain data about an event for an account (e.g., the account was added, modified,
etc.). |
AccountChangeEventsRequest
|
Requests for
AccountChangeEvent s. |
AccountChangeEventsResponse
|
Response to a
AccountChangeEventsRequest . |
CookieUtil
|
Helper class to build the cookie String from the
given fields. |
GoogleAuthUtil
|
GoogleAuthUtil provides static
utility methods to acquire OAuth2 tokens for Google accounts; and also to invalidate
OAuth2 tokens. |
Exceptions
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-12-09 UTC.
[null,null,["Last updated 2024-12-09 UTC."],[[["The Google Authentication library for Android provides classes for authenticating Google accounts and handling related events."],["`GoogleAuthUtil` offers methods to obtain and revoke OAuth2 tokens for Google accounts."],["Several exception classes like `GoogleAuthException` and `UserRecoverableAuthException` handle authentication errors, some of which can be resolved through user intervention."],["`AccountChangeEvent` and related classes provide a mechanism to track changes to Google accounts on the device."],["`CookieUtil` assists in building cookie strings from specified fields, although its usage may be limited."]]],[]]