Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
package

com.google.android.gms.auth

Contains classes for authenticating Google accounts.

Classes

GoogleAuthUtil GoogleAuthUtil provides static utility methods to acquire and invalidate authentication tokens. 

Exceptions

GoogleAuthException GoogleAuthExceptions signal Google authentication errors. 
GooglePlayServicesAvailabilityException GooglePlayServicesAvailabilityExceptions are special instances of UserRecoverableAuthException s which are thrown when the expected Google Play services app is not available for some reason. 
UserRecoverableAuthException UserRecoverableAuthExceptions signal Google authentication errors that can be recovered with user action, such as a user login. 
UserRecoverableNotifiedException UserRecoverableNotifiedException signals that there was a Google authentication error which can be recovered with user action and has been handled by publishing a notification for the user to act on.