| Package | Description |
|---|---|
| com.amazonaws.mobile.auth.core |
AWS Authentication Core caches the credentials and
handles the user sign-in flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.doStartupAuth(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler)
Deprecated.
Please use
IdentityManager.resumeSession(Activity, StartupAuthResultHandler) method instead. |
void |
IdentityManager.doStartupAuth(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler,
long minimumDelay)
Deprecated.
Please use
IdentityManager.resumeSession(Activity, StartupAuthResultHandler, long) method instead. |
void |
IdentityManager.resumeSession(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler)
This should be called from your app's splash activity upon start-up.
|
void |
IdentityManager.resumeSession(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler,
long minimumDelay)
This should be called from your app's activity upon start-up.
|
Copyright © 2019. All rights reserved.