| 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 | Method and Description |
|---|---|
void |
IdentityManager.setProviderResultsHandler(SignInProviderResultHandler signInProviderResultHandler)
Set the results handler that will be used for results when calling federateWithProvider.
|
| Modifier and Type | Method and Description |
|---|---|
android.view.View.OnClickListener |
SignInProvider.initializeSignInButton(android.app.Activity signInActivity,
android.view.View buttonView,
SignInProviderResultHandler resultsHandler)
Initialize the sign-in button for the sign-in activity.
|
void |
SignInManager.refreshCredentialsWithProvider(android.app.Activity activity,
IdentityProvider signInProvider,
SignInProviderResultHandler resultsHandler)
Federate the token in the Sign-in Provider with Amazon Cognito
Federated Identities to get an identity that can be used to
access AWS resources.
|
void |
SignInManager.setProviderResultsHandler(android.app.Activity activity,
SignInProviderResultHandler resultsHandler)
Sets the results handler results from sign-in with a provider.
|
Copyright © 2020. All rights reserved.