| Package | Description |
|---|---|
| com.amazonaws.mobile.auth.core |
AWS Authentication Core caches the credentials and
handles the user sign-in flow.
|
| 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.login(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.login(android.content.Context context,
SignInResultHandler signInResultHandler)
Call login to initiate sign-in with a provider.
|
void |
IdentityManager.setUpToAuthenticate(android.content.Context context,
SignInResultHandler signInResultHandler)
Deprecated.
Please use
IdentityManager.login(Context, SignInResultHandler) method instead. |
| 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 © 2018. All rights reserved.