| Package | Description |
|---|---|
| com.amazonaws.mobile.auth.core | |
| com.amazonaws.mobile.auth.core.signin |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.setUpToAuthenticate(android.content.Context context,
SignInResultHandler signInResultHandler)
Call setUpToAuthenticate to initiate sign-in with a provider.
|
| Modifier and Type | Method and Description |
|---|---|
SignInResultHandler |
SignInManager.getResultHandler()
Retrieve the reference to SignInResultHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignInManager.setResultHandler(SignInResultHandler signInResultHandler)
Set the passed in SignInResultHandler
|
Copyright © 2017. All rights reserved.