| Interface | Description |
|---|---|
| IdentityHandler |
Allows the application to get an asynchronous response with user's
unique identifier.
|
| IdentityProvider |
Interface sign-in provider's supported by the IdentityManager must implement.
|
| SignInResultHandler |
Interface for handling results from calling IdentityManager's signInOrSignUp().
|
| SignInStateChangeListener |
Implement this interface to receive callbacks when the user's sign-in state changes
from signed-in to not signed-in or vice versa.
|
| StartupAuthResultHandler |
Interface for calling IdentityManager's doStartupAuth().
|
| Class | Description |
|---|---|
| BuildConfig | |
| DefaultSignInResultHandler |
A default base class easing the work required for implementing the SignInResultHandler for
IdentityManager#signInOrSignUp(Context, SignInResultHandler) by providing default
behavior in the case that the user cancels signing in or encounters an error. |
| IdentityManager |
The identity manager keeps track of the current sign-in provider and is responsible
for caching credentials.
|
| R | |
| R.attr | |
| R.id | |
| R.string | |
| R.styleable | |
| StartupAuthErrorDetails |
Encapsulates errors that may have happened during doStartupAuth().
|
| StartupAuthResult |
The result for IdentityManager's doStartupAuth().
|
Copyright © 2017. All rights reserved.