| Package | Description |
|---|---|
| com.amazonaws.mobile.auth.core | |
| com.amazonaws.mobile.auth.core.signin |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends SignInProvider>> |
IdentityManager.getSignInProviderClasses()
Gets the list of SignInProvider classes
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.addSignInProvider(Class<? extends SignInProvider> providerClass)
Add a supported identity provider to your app.
|
| Modifier and Type | Method and Description |
|---|---|
SignInProvider |
SignInManager.getPreviouslySignedInProvider()
Call getPreviouslySignedInProvider to determine if the user was left signed-in when the app
was last running.
|
| Modifier and Type | Method and Description |
|---|---|
android.view.View.OnClickListener |
SignInManager.initializeSignInButton(Class<? extends SignInProvider> providerClass,
android.view.View buttonView)
Call initializeSignInButton to initialize the logic for sign-in for a specific provider.
|
Copyright © 2017. All rights reserved.