public class UserRecoverableAuthException extends GoogleAuthException
| Known Direct Subclasses |
UserRecoverableAuthExceptions signal Google authentication errors that can be recovered with user action, such as a user login.
Public Constructor Summary
Public Method Summary
| Intent |
getIntent()
Getter for an
Intent
that when supplied to
Activity.startActivityForResult(Intent, int), will allow user
intervention.
|
Inherited Method Summary
Public Constructors
Public Methods
public Intent getIntent ()
Getter for an Intent that
when supplied to
Activity.startActivityForResult(Intent, int), will allow user
intervention.
Returns
- Intent representing the ameliorating user action.